public DataDefinitionInterface::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.
File
- core/lib/Drupal/Core/TypedData/DataDefinitionInterface.php, line 104
Class
- DataDefinitionInterface
- Interface for data definitions.
Namespace
Drupal\Core\TypedData
Code
public function isComputed();
Please login to continue.