abstract public function BusinessRulesItemBase::getItemManager in Business Rules 8
Same name and namespace in other branches
- 2.x src/Entity/BusinessRulesItemBase.php \Drupal\business_rules\Entity\BusinessRulesItemBase::getItemManager()
 
Get the plugin manager.
Return value
\Drupal\Core\Plugin\DefaultPluginManager The plugin manager to be used.
1 call to BusinessRulesItemBase::getItemManager()
- BusinessRulesItemBase::__construct in src/
Entity/ BusinessRulesItemBase.php  - Constructs an Entity object.
 
3 methods override BusinessRulesItemBase::getItemManager()
- Action::getItemManager in src/
Entity/ Action.php  - Get the plugin manager.
 - Condition::getItemManager in src/
Entity/ Condition.php  - Get the plugin manager.
 - Variable::getItemManager in src/
Entity/ Variable.php  - Get the plugin manager.
 
File
- src/
Entity/ BusinessRulesItemBase.php, line 110  
Class
- BusinessRulesItemBase
 - Class Item.
 
Namespace
Drupal\business_rules\EntityCode
public abstract function getItemManager();