You are here

final class HookEventDispatcherEvents in Hook Event Dispatcher 8

Class HookEventDispatcherEvents.

Hierarchy

Expanded class hierarchy of HookEventDispatcherEvents

Deprecated

in favour of the HookEventDispatcherInterface.

File

src/HookEventDispatcherEvents.php, line 10

Namespace

Drupal\hook_event_dispatcher
View source
final class HookEventDispatcherEvents implements HookEventDispatcherInterface {

}

Members

Namesort descending Modifiers Type Description Overrides
HookEventDispatcherInterface::BLOCK_BUILD_ALTER constant Alter the result of \Drupal\Core\Block\BlockBase::build().
HookEventDispatcherInterface::CRON constant Perform periodic actions.
HookEventDispatcherInterface::ENTITY_ACCESS constant Control entity operation access.
HookEventDispatcherInterface::ENTITY_BASE_FIELD_INFO constant Provides custom base field definitions for a content entity type.
HookEventDispatcherInterface::ENTITY_BASE_FIELD_INFO_ALTER constant Alter base field definitions for a content entity type.
HookEventDispatcherInterface::ENTITY_BUILD_DEFAULTS_ALTER constant Alter entity renderable values before cache checking in drupal_render().
HookEventDispatcherInterface::ENTITY_BUNDLE_FIELD_INFO_ALTER constant Alter bundle field definitions.
HookEventDispatcherInterface::ENTITY_CREATE constant Acts when creating a new entity.
HookEventDispatcherInterface::ENTITY_DELETE constant Respond to entity deletion.
HookEventDispatcherInterface::ENTITY_EXTRA_FIELD_INFO constant Exposes "pseudo-field" components on content entities.
HookEventDispatcherInterface::ENTITY_EXTRA_FIELD_INFO_ALTER constant Alter "pseudo-field" components on content entities.
HookEventDispatcherInterface::ENTITY_FIELD_ACCESS constant Control access to fields.
HookEventDispatcherInterface::ENTITY_INSERT constant Respond to creation of a new entity.
HookEventDispatcherInterface::ENTITY_LOAD constant Act on entities when loaded.
HookEventDispatcherInterface::ENTITY_OPERATION constant Entity operation.
HookEventDispatcherInterface::ENTITY_OPERATION_ALTER constant Entity operation alter.
HookEventDispatcherInterface::ENTITY_PRE_DELETE constant Act before entity deletion.
HookEventDispatcherInterface::ENTITY_PRE_SAVE constant Act on an entity before it is created or updated.
HookEventDispatcherInterface::ENTITY_TRANSLATION_DELETE constant Respond to deletion of a new entity translation.
HookEventDispatcherInterface::ENTITY_TRANSLATION_INSERT constant Respond to creation of a new entity translation.
HookEventDispatcherInterface::ENTITY_TYPE_ALTER constant Add to entity type definitions..
HookEventDispatcherInterface::ENTITY_TYPE_BUILD constant Add to entity type definitions..
HookEventDispatcherInterface::ENTITY_UPDATE constant Respond to updates to an entity.
HookEventDispatcherInterface::ENTITY_VIEW constant Act on entities being assembled before rendering.
HookEventDispatcherInterface::ENTITY_VIEW_ALTER constant Alter a entity being assembled right before rendering.
HookEventDispatcherInterface::FORM_ALTER constant Perform alterations before a form is rendered.
HookEventDispatcherInterface::JS_ALTER constant Perform necessary alterations to the JS before it is presented on the page.
HookEventDispatcherInterface::LANGUAGE_SWITCH_LINKS_ALTER constant Alter the links generated to switch languages.
HookEventDispatcherInterface::LIBRARY_INFO_ALTER constant Alter the library info provided by an extension.
HookEventDispatcherInterface::PAGE_ATTACHMENTS constant Add attachments (typically assets) to a page before it is rendered.
HookEventDispatcherInterface::PAGE_BOTTOM constant Add a renderable array to the bottom of the page.
HookEventDispatcherInterface::PAGE_TOP constant Add a renderable array to the top of the page.
HookEventDispatcherInterface::PATH_DELETE constant Respond to a path being deleted.
HookEventDispatcherInterface::PATH_INSERT constant Respond to a path being inserted.
HookEventDispatcherInterface::PATH_UPDATE constant Respond to a path being updated.
HookEventDispatcherInterface::TEMPLATE_PREPROCESS_DEFAULT_VARIABLES_ALTER constant Alter the default, hook-independent variables for all templates.
HookEventDispatcherInterface::THEME constant Register a module or theme's theme implementations.
HookEventDispatcherInterface::THEMES_INSTALLED constant Respond to themes being installed.
HookEventDispatcherInterface::THEME_REGISTRY_ALTER constant Alter the theme registry information returned from hook_theme().
HookEventDispatcherInterface::THEME_SUGGESTIONS_ALTER constant Alters named suggestions for all theme hooks.
HookEventDispatcherInterface::TOKEN_INFO constant Provide information about available placeholder tokens and token types.
HookEventDispatcherInterface::TOKEN_REPLACEMENT constant Provide replacement values for placeholder tokens.
HookEventDispatcherInterface::TOOLBAR_ALTER constant Alter the toolbar menu after hook_toolbar() is invoked.
HookEventDispatcherInterface::USER_CANCEL constant Act on user account cancellations.
HookEventDispatcherInterface::USER_CANCEL_METHODS_ALTER constant Modify account cancellation methods.
HookEventDispatcherInterface::USER_FORMAT_NAME_ALTER constant Alter the username that is displayed for a user.
HookEventDispatcherInterface::USER_LOGIN constant The user just logged in.
HookEventDispatcherInterface::USER_LOGOUT constant The user just logged out.
HookEventDispatcherInterface::VIEWS_DATA constant Describe data tables and fields (or the equivalent) to Views.
HookEventDispatcherInterface::VIEWS_DATA_ALTER constant Alter the table and field information from hook_views_data().
HookEventDispatcherInterface::VIEWS_POST_BUILD constant Act on the view immediately after the query is built.
HookEventDispatcherInterface::VIEWS_POST_EXECUTE constant Act on the view immediately after the query has been executed.
HookEventDispatcherInterface::VIEWS_POST_RENDER constant Post-process any rendered data.
HookEventDispatcherInterface::VIEWS_PRE_BUILD constant Act on the view before the query is built, but after displays are attached.
HookEventDispatcherInterface::VIEWS_PRE_EXECUTE constant Act on the view after the query is built and just before it is executed.
HookEventDispatcherInterface::VIEWS_PRE_RENDER constant Act on the view immediately before rendering it.
HookEventDispatcherInterface::VIEWS_PRE_VIEW constant Alter a view at the very beginning of Views processing.
HookEventDispatcherInterface::VIEWS_QUERY_ALTER constant Alter the query before it is executed.
HookEventDispatcherInterface::VIEWS_QUERY_SUBSTITUTIONS constant Replace special strings in the query before it is executed.
HookEventDispatcherInterface::WEBFORM_ELEMENT_ALTER constant Respond to webform elements being rendered.
HookEventDispatcherInterface::WEBFORM_ELEMENT_INFO_ALTER constant Respond to webform element info being initialized.
HookEventDispatcherInterface::WIDGET_FORM_ALTER constant Alter forms for field widgets provided by other modules.