public function FieldDefinitionInterface::isTranslatable

public FieldDefinitionInterface::isTranslatable()

Returns whether the field is translatable.

Return value

bool TRUE if the field is translatable.

File

core/lib/Drupal/Core/Field/FieldDefinitionInterface.php, line 233

Class

FieldDefinitionInterface
Defines an interface for entity field definitions.

Namespace

Drupal\Core\Field

Code

public function isTranslatable();

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!Field!FieldDefinitionInterface.php/function/FieldDefinitionInterface::isTranslatable/8.1.x