function FieldConfig::isComputed

Determines whether the data value is computed.

For example, data could be computed depending on some other values.

Return value

bool Whether the data value is computed.

Overrides DataDefinitionInterface::isComputed

File

core/modules/field/src/Entity/FieldConfig.php, line 352

Class

FieldConfig
Defines the Field entity.

Namespace

Drupal\field\Entity

Code

public function isComputed() {
  return FALSE;
}

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