You are here

namespace Drupal\Core\EventSubscriber in Zircon Profile 8

Same name in other branches
  1. 8.0 Drupal\Core\EventSubscriber
Classsort descending Location Description
AcceptNegotiation406 core/lib/Drupal/Core/EventSubscriber/AcceptNegotiation406.php View subscriber rendering a 406 if we could not route or render a request.
ActiveLinkResponseFilter core/lib/Drupal/Core/EventSubscriber/ActiveLinkResponseFilter.php Subscribes to filter HTML responses, to set the 'is-active' class on links.
AjaxResponseSubscriber core/lib/Drupal/Core/EventSubscriber/AjaxResponseSubscriber.php Response subscriber to handle AJAX responses.
AnonymousUserResponseSubscriber core/lib/Drupal/Core/EventSubscriber/AnonymousUserResponseSubscriber.php Response subscriber to handle finished responses for the anonymous user.
AuthenticationSubscriber core/lib/Drupal/Core/EventSubscriber/AuthenticationSubscriber.php Authentication subscriber.
CacheRouterRebuildSubscriber core/lib/Drupal/Core/EventSubscriber/CacheRouterRebuildSubscriber.php Clear cache tags when the router is rebuilt.
ClientErrorResponseSubscriber core/lib/Drupal/Core/EventSubscriber/ClientErrorResponseSubscriber.php Response subscriber to set the '4xx-response' cache tag on 4xx responses.
ConfigImportSubscriber core/lib/Drupal/Core/EventSubscriber/ConfigImportSubscriber.php Config import subscriber for config import events.
ConfigSnapshotSubscriber core/lib/Drupal/Core/EventSubscriber/ConfigSnapshotSubscriber.php Create a snapshot when config is imported.
ContentControllerSubscriber core/lib/Drupal/Core/EventSubscriber/ContentControllerSubscriber.php Sets the request format onto the request object.
CustomPageExceptionHtmlSubscriber core/lib/Drupal/Core/EventSubscriber/CustomPageExceptionHtmlSubscriber.php Exception subscriber for handling core custom HTML error pages.
DefaultExceptionHtmlSubscriber core/lib/Drupal/Core/EventSubscriber/DefaultExceptionHtmlSubscriber.php Exception subscriber for handling core default HTML error pages.
DefaultExceptionSubscriber core/lib/Drupal/Core/EventSubscriber/DefaultExceptionSubscriber.php Last-chance handler for exceptions.
EarlyRenderingControllerWrapperSubscriber core/lib/Drupal/Core/EventSubscriber/EarlyRenderingControllerWrapperSubscriber.php Subscriber that wraps controllers, to handle early rendering.
EnforcedFormResponseSubscriber core/lib/Drupal/Core/EventSubscriber/EnforcedFormResponseSubscriber.php Handle the EnforcedResponseException and deliver an EnforcedResponse.
EntityRouteAlterSubscriber core/lib/Drupal/Core/EventSubscriber/EntityRouteAlterSubscriber.php Registers the 'type' of route parameter names that match an entity type.
EntityRouteProviderSubscriber core/lib/Drupal/Core/EventSubscriber/EntityRouteProviderSubscriber.php Ensures that routes can be provided by entity types.
ExceptionJsonSubscriber core/lib/Drupal/Core/EventSubscriber/ExceptionJsonSubscriber.php Default handling for JSON errors.
ExceptionLoggingSubscriber core/lib/Drupal/Core/EventSubscriber/ExceptionLoggingSubscriber.php Log exceptions without further handling.
ExceptionTestSiteSubscriber core/lib/Drupal/Core/EventSubscriber/ExceptionTestSiteSubscriber.php Custom handling of errors when in a system-under-test.
Fast404ExceptionHtmlSubscriber core/lib/Drupal/Core/EventSubscriber/Fast404ExceptionHtmlSubscriber.php High-performance 404 exception subscriber.
FinishResponseSubscriber core/lib/Drupal/Core/EventSubscriber/FinishResponseSubscriber.php Response subscriber to handle finished responses.
HtmlResponsePlaceholderStrategySubscriber core/lib/Drupal/Core/EventSubscriber/HtmlResponsePlaceholderStrategySubscriber.php HTML response subscriber to allow for different placeholder strategies.
HtmlResponseSubscriber core/lib/Drupal/Core/EventSubscriber/HtmlResponseSubscriber.php Response subscriber to handle HTML responses.
HttpExceptionSubscriberBase core/lib/Drupal/Core/EventSubscriber/HttpExceptionSubscriberBase.php Utility base class for exception subscribers.
KernelDestructionSubscriber core/lib/Drupal/Core/EventSubscriber/KernelDestructionSubscriber.php Destructs services that are initiated and tagged with "needs_destruction".
MainContentViewSubscriber core/lib/Drupal/Core/EventSubscriber/MainContentViewSubscriber.php View subscriber rendering main content render arrays into responses.
MaintenanceModeSubscriber core/lib/Drupal/Core/EventSubscriber/MaintenanceModeSubscriber.php Maintenance mode subscriber for controller requests.
MenuRouterRebuildSubscriber core/lib/Drupal/Core/EventSubscriber/MenuRouterRebuildSubscriber.php Rebuilds the default menu links and runs menu-specific code if necessary.
ModuleRouteSubscriber core/lib/Drupal/Core/EventSubscriber/ModuleRouteSubscriber.php A route subscriber to remove routes that depend on modules being enabled.
ParamConverterSubscriber core/lib/Drupal/Core/EventSubscriber/ParamConverterSubscriber.php Event subscriber for registering parameter converters with routes.
PathRootsSubscriber core/lib/Drupal/Core/EventSubscriber/PathRootsSubscriber.php Provides all available first bits of all route paths.
PathSubscriber core/lib/Drupal/Core/EventSubscriber/PathSubscriber.php Provides a path subscriber that converts path aliases.
PsrResponseSubscriber core/lib/Drupal/Core/EventSubscriber/PsrResponseSubscriber.php Response subscriber for handling PSR-7 responses.
RedirectLeadingSlashesSubscriber core/lib/Drupal/Core/EventSubscriber/RedirectLeadingSlashesSubscriber.php Redirects paths starting with multiple slashes to a single slash.
RedirectResponseSubscriber core/lib/Drupal/Core/EventSubscriber/RedirectResponseSubscriber.php Allows manipulation of the response object when performing a redirect.
ReplicaDatabaseIgnoreSubscriber core/lib/Drupal/Core/EventSubscriber/ReplicaDatabaseIgnoreSubscriber.php System subscriber for controller requests.
RequestCloseSubscriber core/lib/Drupal/Core/EventSubscriber/RequestCloseSubscriber.php Subscriber for all responses.
ResponseGeneratorSubscriber core/lib/Drupal/Core/EventSubscriber/ResponseGeneratorSubscriber.php Response subscriber to add X-Generator header tag.
RouteAccessResponseSubscriber core/lib/Drupal/Core/EventSubscriber/RouteAccessResponseSubscriber.php Response subscriber to bubble the route's access result's cacheability.
RouteEnhancerSubscriber core/lib/Drupal/Core/EventSubscriber/RouteEnhancerSubscriber.php Listens to the new routes before they get saved.
RouteFilterSubscriber core/lib/Drupal/Core/EventSubscriber/RouteFilterSubscriber.php Listens to the filtered collection of route instances.
RouteMethodSubscriber core/lib/Drupal/Core/EventSubscriber/RouteMethodSubscriber.php Provides a default value for the HTTP method restriction on routes.
RouterRebuildSubscriber core/lib/Drupal/Core/EventSubscriber/RouterRebuildSubscriber.php Rebuilds the router if needed at the end of the request.
SpecialAttributesRouteSubscriber core/lib/Drupal/Core/EventSubscriber/SpecialAttributesRouteSubscriber.php Provides a route subscriber which checks for invalid pattern variables.