FieldStorageConfig::isTranslatable

public FieldStorageConfig::isTranslatable()

Returns whether the field supports translation.

Return value

bool TRUE if the field supports translation.

Overrides FieldStorageDefinitionInterface::isTranslatable

File

core/modules/field/src/Entity/FieldStorageConfig.php, line 585

Class

FieldStorageConfig
Defines the Field storage configuration entity.

Namespace

Drupal\field\Entity

Code

public function isTranslatable() {
  return $this->translatable;
}
doc_Drupal
2016-10-29 09:12:22
Comments
Leave a Comment

Please login to continue.