function ConditionInterface::setExecutableManager
Same name in other branches
- 9 core/lib/Drupal/Core/Condition/ConditionInterface.php \Drupal\Core\Condition\ConditionInterface::setExecutableManager()
- 8.9.x core/lib/Drupal/Core/Condition/ConditionInterface.php \Drupal\Core\Condition\ConditionInterface::setExecutableManager()
- 11.x core/lib/Drupal/Core/Condition/ConditionInterface.php \Drupal\Core\Condition\ConditionInterface::setExecutableManager()
Sets the executable manager class.
Parameters
\Drupal\Core\Executable\ExecutableManagerInterface $executableManager: The executable manager.
1 method overrides ConditionInterface::setExecutableManager()
- ConditionPluginBase::setExecutableManager in core/
lib/ Drupal/ Core/ Condition/ ConditionPluginBase.php - Sets the executable manager class.
File
-
core/
lib/ Drupal/ Core/ Condition/ ConditionInterface.php, line 76
Class
- ConditionInterface
- An interface for condition plugins.
Namespace
Drupal\Core\ConditionCode
public function setExecutableManager(ExecutableManagerInterface $executableManager);
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.