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();
Please login to continue.