class ProcessManager
Manages discovery and instantiation of Bootstrap form process callbacks.
Hierarchy
- class \Drupal\bootstrap\Plugin\PluginManager extends \Drupal\Core\Plugin\DefaultPluginManager
- class \Drupal\bootstrap\Plugin\ProcessManager
Expanded class hierarchy of ProcessManager
Related topics
Namespace
Drupal\bootstrap\PluginMembers
Name | Modifiers | Type | Description |
---|---|---|---|
PluginManager:: |
protected | property | The current theme. |
PluginManager:: |
protected | property | The theme handler to check if theme exists. |
PluginManager:: |
protected | property | The theme manager to invoke alter hooks. |
PluginManager:: |
protected | function | |
PluginManager:: |
public | function | |
PluginManager:: |
protected | function | |
PluginManager:: |
public | function | Retrieves the cache tags used to invalidate caches. |
PluginManager:: |
public | function | Retrieves all definitions where the plugin ID matches a certain criteria. |
PluginManager:: |
protected | function | |
PluginManager:: |
protected | function | Sorts the plugin definitions. |
ProcessManager:: |
protected static | property | A list of element types that should be rendered as inline. |
ProcessManager:: |
protected static | function | Traverses an element to find the closest button. |
ProcessManager:: |
protected static | function | Retrieves the element types that should be rendered as inline. |
ProcessManager:: |
public static | function | Global #process callback for form elements. |
ProcessManager:: |
public static | function | Processes elements with AJAX properties. |
ProcessManager:: |
protected static | function | Processes elements that have input groups. |
ProcessManager:: |
public | function |
Constructs a new \Drupal\bootstrap\Plugin\ProcessManager object. Overrides PluginManager:: |