abstract public function ItemForm::getItemManager in Business Rules 8
Same name and namespace in other branches
- 2.x src/Form/ItemForm.php \Drupal\business_rules\Form\ItemForm::getItemManager()
Get the pluginManager.
Return value
\Drupal\Core\Plugin\DefaultPluginManager The item PluginManager.
3 calls to ItemForm::getItemManager()
- ItemForm::buildForm in src/
Form/ ItemForm.php - Form constructor.
- ItemForm::form in src/
Form/ ItemForm.php - Gets the actual form array to be built.
- ItemForm::save in src/
Form/ ItemForm.php - Form submission handler for the 'save' action.
3 methods override ItemForm::getItemManager()
- ActionForm::getItemManager in src/
Form/ ActionForm.php - Get the pluginManager.
- ConditionForm::getItemManager in src/
Form/ ConditionForm.php - Get the pluginManager.
- VariableForm::getItemManager in src/
Form/ VariableForm.php - Get the pluginManager.
File
- src/
Form/ ItemForm.php, line 223
Class
- ItemForm
- Base class for Business rules item.
Namespace
Drupal\business_rules\FormCode
public abstract function getItemManager();