final class HookEventDispatcherEvents in Hook Event Dispatcher 8
Class HookEventDispatcherEvents.
Hierarchy
- class \Drupal\hook_event_dispatcher\HookEventDispatcherEvents implements HookEventDispatcherInterface
Expanded class hierarchy of HookEventDispatcherEvents
Deprecated
in favour of the HookEventDispatcherInterface.
File
- src/
HookEventDispatcherEvents.php, line 10
Namespace
Drupal\hook_event_dispatcherView source
final class HookEventDispatcherEvents implements HookEventDispatcherInterface {
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
HookEventDispatcherInterface:: |
constant | Alter the result of \Drupal\Core\Block\BlockBase::build(). | ||
HookEventDispatcherInterface:: |
constant | Perform periodic actions. | ||
HookEventDispatcherInterface:: |
constant | Control entity operation access. | ||
HookEventDispatcherInterface:: |
constant | Provides custom base field definitions for a content entity type. | ||
HookEventDispatcherInterface:: |
constant | Alter base field definitions for a content entity type. | ||
HookEventDispatcherInterface:: |
constant | Alter entity renderable values before cache checking in drupal_render(). | ||
HookEventDispatcherInterface:: |
constant | Alter bundle field definitions. | ||
HookEventDispatcherInterface:: |
constant | Acts when creating a new entity. | ||
HookEventDispatcherInterface:: |
constant | Respond to entity deletion. | ||
HookEventDispatcherInterface:: |
constant | Exposes "pseudo-field" components on content entities. | ||
HookEventDispatcherInterface:: |
constant | Alter "pseudo-field" components on content entities. | ||
HookEventDispatcherInterface:: |
constant | Control access to fields. | ||
HookEventDispatcherInterface:: |
constant | Respond to creation of a new entity. | ||
HookEventDispatcherInterface:: |
constant | Act on entities when loaded. | ||
HookEventDispatcherInterface:: |
constant | Entity operation. | ||
HookEventDispatcherInterface:: |
constant | Entity operation alter. | ||
HookEventDispatcherInterface:: |
constant | Act before entity deletion. | ||
HookEventDispatcherInterface:: |
constant | Act on an entity before it is created or updated. | ||
HookEventDispatcherInterface:: |
constant | Respond to deletion of a new entity translation. | ||
HookEventDispatcherInterface:: |
constant | Respond to creation of a new entity translation. | ||
HookEventDispatcherInterface:: |
constant | Add to entity type definitions.. | ||
HookEventDispatcherInterface:: |
constant | Add to entity type definitions.. | ||
HookEventDispatcherInterface:: |
constant | Respond to updates to an entity. | ||
HookEventDispatcherInterface:: |
constant | Act on entities being assembled before rendering. | ||
HookEventDispatcherInterface:: |
constant | Alter a entity being assembled right before rendering. | ||
HookEventDispatcherInterface:: |
constant | Perform alterations before a form is rendered. | ||
HookEventDispatcherInterface:: |
constant | Perform necessary alterations to the JS before it is presented on the page. | ||
HookEventDispatcherInterface:: |
constant | Alter the links generated to switch languages. | ||
HookEventDispatcherInterface:: |
constant | Alter the library info provided by an extension. | ||
HookEventDispatcherInterface:: |
constant | Add attachments (typically assets) to a page before it is rendered. | ||
HookEventDispatcherInterface:: |
constant | Add a renderable array to the bottom of the page. | ||
HookEventDispatcherInterface:: |
constant | Add a renderable array to the top of the page. | ||
HookEventDispatcherInterface:: |
constant | Respond to a path being deleted. | ||
HookEventDispatcherInterface:: |
constant | Respond to a path being inserted. | ||
HookEventDispatcherInterface:: |
constant | Respond to a path being updated. | ||
HookEventDispatcherInterface:: |
constant | Alter the default, hook-independent variables for all templates. | ||
HookEventDispatcherInterface:: |
constant | Register a module or theme's theme implementations. | ||
HookEventDispatcherInterface:: |
constant | Respond to themes being installed. | ||
HookEventDispatcherInterface:: |
constant | Alter the theme registry information returned from hook_theme(). | ||
HookEventDispatcherInterface:: |
constant | Alters named suggestions for all theme hooks. | ||
HookEventDispatcherInterface:: |
constant | Provide information about available placeholder tokens and token types. | ||
HookEventDispatcherInterface:: |
constant | Provide replacement values for placeholder tokens. | ||
HookEventDispatcherInterface:: |
constant | Alter the toolbar menu after hook_toolbar() is invoked. | ||
HookEventDispatcherInterface:: |
constant | Act on user account cancellations. | ||
HookEventDispatcherInterface:: |
constant | Modify account cancellation methods. | ||
HookEventDispatcherInterface:: |
constant | Alter the username that is displayed for a user. | ||
HookEventDispatcherInterface:: |
constant | The user just logged in. | ||
HookEventDispatcherInterface:: |
constant | The user just logged out. | ||
HookEventDispatcherInterface:: |
constant | Describe data tables and fields (or the equivalent) to Views. | ||
HookEventDispatcherInterface:: |
constant | Alter the table and field information from hook_views_data(). | ||
HookEventDispatcherInterface:: |
constant | Act on the view immediately after the query is built. | ||
HookEventDispatcherInterface:: |
constant | Act on the view immediately after the query has been executed. | ||
HookEventDispatcherInterface:: |
constant | Post-process any rendered data. | ||
HookEventDispatcherInterface:: |
constant | Act on the view before the query is built, but after displays are attached. | ||
HookEventDispatcherInterface:: |
constant | Act on the view after the query is built and just before it is executed. | ||
HookEventDispatcherInterface:: |
constant | Act on the view immediately before rendering it. | ||
HookEventDispatcherInterface:: |
constant | Alter a view at the very beginning of Views processing. | ||
HookEventDispatcherInterface:: |
constant | Alter the query before it is executed. | ||
HookEventDispatcherInterface:: |
constant | Replace special strings in the query before it is executed. | ||
HookEventDispatcherInterface:: |
constant | Respond to webform elements being rendered. | ||
HookEventDispatcherInterface:: |
constant | Respond to webform element info being initialized. | ||
HookEventDispatcherInterface:: |
constant | Alter forms for field widgets provided by other modules. |