You are here

public function RecipientTypeInterface::onDependencyRemoval in Workbench Email 2.x

Same name and namespace in other branches
  1. 8 src/Plugin/RecipientTypeInterface.php \Drupal\workbench_email\Plugin\RecipientTypeInterface::onDependencyRemoval()

Informs the plugin that a dependency of the recipient type 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 template settings have been changed.

See also

\Drupal\Core\Config\ConfigEntityInterface::onDependencyRemoval()

1 method overrides RecipientTypeInterface::onDependencyRemoval()
RecipientTypeBase::onDependencyRemoval in src/Plugin/RecipientTypeBase.php
Informs the plugin that a dependency of the recipient type will be deleted.

File

src/Plugin/RecipientTypeInterface.php, line 87

Class

RecipientTypeInterface
Defines the interface for Recipient type plugins.

Namespace

Drupal\workbench_email\Plugin

Code

public function onDependencyRemoval(array $dependencies);