interface RulesActionManagerInterface
Interface the Rules Action plugin manager of the Rules actions API.
Hierarchy
- interface \Drupal\Component\Plugin\CategorizingPluginManagerInterface extends \Drupal\Component\Plugin\PluginManagerInterface; interface \Drupal\Core\Plugin\Context\ContextAwarePluginManagerInterface extends \Drupal\Component\Plugin\PluginManagerInterface
- interface \Drupal\rules\Core\RulesActionManagerInterface extends \Drupal\Component\Plugin\CategorizingPluginManagerInterface, \Drupal\Core\Plugin\Context\ContextAwarePluginManagerInterface
Expanded class hierarchy of RulesActionManagerInterface
All classes that implement RulesActionManagerInterface
See also
\Drupal\Core\Annotation\Action
\Drupal\Core\Action\ActionInterface
\Drupal\Core\Action\ActionBase
2 files declare their use of RulesActionManagerInterface
- ActionExpression.php in src/
Plugin/ RulesExpression/ ActionExpression.php - ActionForm.php in src/
Form/ Expression/ ActionForm.php
File
-
src/
Core/ RulesActionManagerInterface.php, line 16
Namespace
Drupal\rules\CoreView source
interface RulesActionManagerInterface extends CategorizingPluginManagerInterface, ContextAwarePluginManagerInterface {
/**
* {@inheritdoc}
*
* @return \Drupal\rules\Core\RulesActionInterface
* A fully configured plugin instance.
*/
public function createInstance($plugin_id, array $configuration = []);
}
Members
Title Sort descending | Modifiers | Object type | Summary | Overriden Title | Overrides |
---|---|---|---|---|---|
CategorizingPluginManagerInterface::getCategories | public | function | Gets the names of all categories. | 1 | |
CategorizingPluginManagerInterface::getGroupedDefinitions | public | function | Gets sorted plugin definitions grouped by category. | 1 | |
CategorizingPluginManagerInterface::getSortedDefinitions | public | function | Gets sorted plugin definitions. | 2 | |
ContextAwarePluginManagerInterface::getDefinitionsForContexts | public | function | Determines plugins whose constraints are satisfied by a set of contexts. | ||
DiscoveryInterface::getDefinition | public | function | Gets a specific plugin definition. | 4 | |
DiscoveryInterface::getDefinitions | public | function | Gets the definition of all plugins for this type. | 3 | |
DiscoveryInterface::hasDefinition | public | function | Indicates if a specific plugin definition exists. | 1 | |
MapperInterface::getInstance | public | function | Gets a preconfigured instance of a plugin. | 3 | |
RulesActionManagerInterface::createInstance | public | function | Overrides FactoryInterface::createInstance |