Flag indicating whether the field is translatable.
Defaults to TRUE.
Type: bool
File
- core/lib/Drupal/Core/Field/FieldConfigBase.php, line 112
Class
- FieldConfigBase
- Base class for configurable field definitions.
Namespace
Drupal\Core\Field
Code
1 | protected $translatable = TRUE; |
Please login to continue.