protected property FieldConfigBase::$translatable in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/lib/Drupal/Core/Field/FieldConfigBase.php \Drupal\Core\Field\FieldConfigBase::translatable
Flag indicating whether the field is translatable.
Defaults to TRUE.
Type: bool
File
- core/
lib/ Drupal/ Core/ Field/ FieldConfigBase.php, line 117 - Contains \Drupal\Core\Field\FieldConfigBase.
Class
- FieldConfigBase
- Base class for configurable field definitions.
Namespace
Drupal\Core\FieldCode
protected $translatable = TRUE;