FieldStorageConfigInterface::setTranslatable

public FieldStorageConfigInterface::setTranslatable($translatable)

Sets whether the field is translatable.

Parameters

bool $translatable: Whether the field is translatable.

Return value

$this

Overrides FieldStorageDefinitionInterface::setTranslatable

File

core/modules/field/src/FieldStorageConfigInterface.php, line 133

Class

FieldStorageConfigInterface
Provides an interface defining a field storage entity.

Namespace

Drupal\field

Code

public function setTranslatable($translatable);
doc_Drupal
2016-10-29 09:12:33
Comments
Leave a Comment

Please login to continue.