FieldConfig::isComputed

public 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 322

Class

FieldConfig
Defines the Field entity.

Namespace

Drupal\field\Entity

Code

public function isComputed() {
  return FALSE;
}
doc_Drupal
2016-10-29 09:10:39
Comments
Leave a Comment

Please login to continue.