function FieldItemBase::onDependencyRemoval
Same name and namespace in other branches
- 9 core/lib/Drupal/Core/Field/FieldItemBase.php \Drupal\Core\Field\FieldItemBase::onDependencyRemoval()
- 8.9.x core/lib/Drupal/Core/Field/FieldItemBase.php \Drupal\Core\Field\FieldItemBase::onDependencyRemoval()
- 11.x core/lib/Drupal/Core/Field/FieldItemBase.php \Drupal\Core\Field\FieldItemBase::onDependencyRemoval()
Informs the plugin that a dependency of the field will be deleted.
Parameters
\Drupal\Core\Field\FieldDefinitionInterface $field_definition: The field definition.
array $dependencies: An array of dependencies that will be deleted keyed by dependency type. Dependency types are, for example, entity, module and theme.
Return value
bool TRUE if the field definition has been changed as a result, FALSE if not.
Overrides FieldItemInterface::onDependencyRemoval
File
-
core/
lib/ Drupal/ Core/ Field/ FieldItemBase.php, line 289
Class
- FieldItemBase
- An entity field item.
Namespace
Drupal\Core\FieldCode
public static function onDependencyRemoval(FieldDefinitionInterface $field_definition, array $dependencies) {
return FALSE;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.