ConditionInterface::setExecutableManager

public ConditionInterface::setExecutableManager(ExecutableManagerInterface $executableManager)

Sets the executable manager class.

Parameters

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

File

core/lib/Drupal/Core/Condition/ConditionInterface.php, line 74

Class

ConditionInterface
An interface for condition plugins.

Namespace

Drupal\Core\Condition

Code

public function setExecutableManager(ExecutableManagerInterface $executableManager);
doc_Drupal
2016-10-29 08:52:03
Comments
Leave a Comment

Please login to continue.