DataDefinitionInterface::isComputed

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();
doc_Drupal
2016-10-29 09:00:12
Comments
Leave a Comment

Please login to continue.