public function FieldConfig::isReadOnly in Drupal 9
Same name and namespace in other branches
- 8 core/modules/field/src/Entity/FieldConfig.php \Drupal\field\Entity\FieldConfig::isReadOnly()
Determines whether the data is read-only.
Return value
bool Whether the data is read-only.
Overrides DataDefinitionInterface::isReadOnly
File
- core/
modules/ field/ src/ Entity/ FieldConfig.php, line 344
Class
- FieldConfig
- Defines the Field entity.
Namespace
Drupal\field\EntityCode
public function isReadOnly() {
return FALSE;
}