function 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 345

Class

FieldConfig
Defines the Field entity.

Namespace

Drupal\field\Entity

Code

public function isReadOnly() {
  return FALSE;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.