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; }
Please login to continue.