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