public function AccessControlHierarchyInterface::onDependencyRemoval in Workbench Access 8
Informs the plugin that a dependency of the scheme will be deleted.
@todo https://www.drupal.org/node/2579743 make part of a generic interface.
Parameters
array $dependencies: An array of dependencies that will be deleted keyed by dependency type.
Return value
bool TRUE if the workflow settings have been changed, FALSE if not.
See also
\Drupal\Core\Config\ConfigEntityInterface::onDependencyRemoval()
1 method overrides AccessControlHierarchyInterface::onDependencyRemoval()
- AccessControlHierarchyBase::onDependencyRemoval in src/
AccessControlHierarchyBase.php - Informs the plugin that a dependency of the scheme will be deleted.
File
- src/
AccessControlHierarchyInterface.php, line 256
Class
- AccessControlHierarchyInterface
- Defines a base hierarchy class that others may extend.
Namespace
Drupal\workbench_accessCode
public function onDependencyRemoval(array $dependencies);