public function ConditionInterface::setExecutableManager

Sets the executable manager class.

Parameters

\Drupal\Core\Executable\ExecutableManagerInterface $executableManager: The executable manager.

File

drupal/core/lib/Drupal/Core/Condition/ConditionInterface.php, line 61
Contains \Drupal\Core\Condition\ConditionInterface.

Class

ConditionInterface
An interface for condition plugins.

Namespace

Drupal\Core\Condition

Code

public function setExecutableManager(ExecutableManagerInterface $executableManager);