interface ContextReactionInterface in Context 8
Same name and namespace in other branches
- 8.4 src/ContextReactionInterface.php \Drupal\context\ContextReactionInterface
- 8.0 src/ContextReactionInterface.php \Drupal\context\ContextReactionInterface
Hierarchy
- interface \Drupal\Component\Plugin\ConfigurablePluginInterface; interface \Drupal\Core\Plugin\PluginFormInterface; interface \Drupal\Component\Plugin\PluginInspectionInterface; interface \Drupal\Core\Executable\ExecutableInterface
- interface \Drupal\context\ContextReactionInterface
Expanded class hierarchy of ContextReactionInterface
All classes that implement ContextReactionInterface
2 files declare their use of ContextReactionInterface
- ContextReactionFormBase.php in src/
Reaction/ ContextReactionFormBase.php - ReactionDeleteForm.php in modules/
context_ui/ src/ Form/ ReactionDeleteForm.php
File
- src/
ContextReactionInterface.php, line 10
Namespace
Drupal\contextView source
interface ContextReactionInterface extends ConfigurablePluginInterface, PluginFormInterface, PluginInspectionInterface, ExecutableInterface {
/**
* Get the unique ID of this context reaction.
*
* @return string|null
*/
public function getId();
/**
* Provides a human readable summary of the condition's configuration.
*
* @return \Drupal\Core\StringTranslation\TranslatableMarkup
*/
public function summary();
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
ConfigurablePluginInterface:: |
public | function | Gets default configuration for this plugin. | 1 |
ConfigurablePluginInterface:: |
public | function | Gets this plugin's configuration. | 1 |
ConfigurablePluginInterface:: |
public | function | Sets the configuration for this plugin instance. | 1 |
ContextReactionInterface:: |
public | function | Get the unique ID of this context reaction. | 1 |
ContextReactionInterface:: |
public | function | Provides a human readable summary of the condition's configuration. | 6 |
DependentPluginInterface:: |
public | function | Calculates dependencies for the configured plugin. | 19 |
ExecutableInterface:: |
public | function | Executes the plugin. | 20 |
PluginFormInterface:: |
public | function | Form constructor. | 36 |
PluginFormInterface:: |
public | function | Form submission handler. | 32 |
PluginFormInterface:: |
public | function | Form validation handler. | 18 |
PluginInspectionInterface:: |
public | function | Gets the definition of the plugin implementation. | 4 |
PluginInspectionInterface:: |
public | function | Gets the plugin_id of the plugin instance. | 2 |