function DataDefinitionInterface::isInternal
Determines whether the data value is internal.
This can be used in a scenario when it is not desirable to expose this data value to an external system.
Return value
bool Whether the data value is internal.
2 methods override DataDefinitionInterface::isInternal()
- DataDefinition::isInternal in core/
lib/ Drupal/ Core/ TypedData/ DataDefinition.php - Determines whether the data value is internal.
- FieldConfigBase::isInternal in core/
lib/ Drupal/ Core/ Field/ FieldConfigBase.php - Determines whether the data value is internal.
File
-
core/
lib/ Drupal/ Core/ TypedData/ DataDefinitionInterface.php, line 230
Class
- DataDefinitionInterface
- Interface for data definitions.
Namespace
Drupal\Core\TypedDataCode
public function isInternal();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.