public BaseFieldDefinition::isTranslatable()
Returns whether the field is translatable.
bool TRUE if the field is translatable.
Overrides FieldDefinitionInterface::isTranslatable
public function isTranslatable() { return !empty($this->definition['translatable']); }
© 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!BaseFieldDefinition.php/function/BaseFieldDefinition::isTranslatable/8.1.x