130 files declare their use of RouteMatchInterface
- AccessArgumentsResolverFactory.php in core/
lib/ Drupal/ Core/ Access/ AccessArgumentsResolverFactory.php - AccessArgumentsResolverFactoryInterface.php in core/
lib/ Drupal/ Core/ Access/ AccessArgumentsResolverFactoryInterface.php - AccessManager.php in core/
lib/ Drupal/ Core/ Access/ AccessManager.php - AccessManagerInterface.php in core/
lib/ Drupal/ Core/ Access/ AccessManagerInterface.php - AdminDemoNegotiator.php in core/
modules/ block/ src/ Theme/ AdminDemoNegotiator.php - AdminNegotiator.php in core/
modules/ user/ src/ Theme/ AdminNegotiator.php - AjaxBasePageNegotiator.php in core/
lib/ Drupal/ Core/ Theme/ AjaxBasePageNegotiator.php - AjaxRenderer.php in core/
lib/ Drupal/ Core/ Render/ MainContent/ AjaxRenderer.php - automated_cron.module in core/
modules/ automated_cron/ automated_cron.module - Provides an automated cron by executing it at the end of a response.
- BatchNegotiator.php in core/
modules/ system/ src/ Theme/ BatchNegotiator.php - BigPipeStrategy.php in core/
modules/ big_pipe/ src/ Render/ Placeholder/ BigPipeStrategy.php - BigPipeStrategyTest.php in core/
modules/ big_pipe/ tests/ src/ Unit/ Render/ Placeholder/ BigPipeStrategyTest.php - big_pipe.module in core/
modules/ big_pipe/ big_pipe.module - Adds BigPipe no-JS detection.
- block.module in core/
modules/ block/ block.module - Controls the visual building blocks a page is constructed with.
- BlockContentAddLocalAction.php in core/
modules/ block_content/ src/ Plugin/ Menu/ LocalAction/ BlockContentAddLocalAction.php - BlockContentController.php in core/
modules/ block_content/ src/ Controller/ BlockContentController.php - BlockLibraryController.php in core/
modules/ block/ src/ Controller/ BlockLibraryController.php - block_content.module in core/
modules/ block_content/ block_content.module - Allows the creation of content blocks through the user interface.
- BreadcrumbBuilderInterface.php in core/
lib/ Drupal/ Core/ Breadcrumb/ BreadcrumbBuilderInterface.php - BreadcrumbManager.php in core/
lib/ Drupal/ Core/ Breadcrumb/ BreadcrumbManager.php - comment.module in core/
modules/ comment/ comment.module - Enables users to comment on published content.
- CommentBreadcrumbBuilder.php in core/
modules/ comment/ src/ CommentBreadcrumbBuilder.php - CommentDefaultFormatter.php in core/
modules/ comment/ src/ Plugin/ Field/ FieldFormatter/ CommentDefaultFormatter.php - ContentTranslationController.php in core/
modules/ content_translation/ src/ Controller/ ContentTranslationController.php - ContentTranslationDeleteAccess.php in core/
modules/ content_translation/ src/ Access/ ContentTranslationDeleteAccess.php - ContentTranslationManageAccessCheck.php in core/
modules/ content_translation/ src/ Access/ ContentTranslationManageAccessCheck.php - ContentTranslationOverviewAccess.php in core/
modules/ content_translation/ src/ Access/ ContentTranslationOverviewAccess.php - content_translation.module in core/
modules/ content_translation/ content_translation.module - Allows entities to be translated into different languages.
- contextual.module in core/
modules/ contextual/ contextual.module - Adds contextual links to perform actions related to elements on a page.
- ControllerResolverTest.php in core/
tests/ Drupal/ Tests/ Core/ Controller/ ControllerResolverTest.php - CsrfAccessCheck.php in core/
lib/ Drupal/ Core/ Access/ CsrfAccessCheck.php - CurrentRouteMatchTest.php in core/
tests/ Drupal/ Tests/ Core/ Routing/ CurrentRouteMatchTest.php - CustomAccessCheck.php in core/
lib/ Drupal/ Core/ Access/ CustomAccessCheck.php - CustomAccessCheckTest.php in core/
tests/ Drupal/ Tests/ Core/ Access/ CustomAccessCheckTest.php - CustomThemeNegotiator.php in core/
modules/ system/ tests/ modules/ theme_test/ src/ Theme/ CustomThemeNegotiator.php - Date.php in core/
modules/ datetime/ src/ Plugin/ views/ argument/ Date.php - datetime.module in core/
modules/ datetime/ datetime.module - Field hooks to implement a simple datetime field.
- DbUpdateNegotiator.php in core/
modules/ system/ src/ Theme/ DbUpdateNegotiator.php - DefaultNegotiator.php in core/
lib/ Drupal/ Core/ Theme/ DefaultNegotiator.php - DenyNoCacheRoutes.php in core/
lib/ Drupal/ Core/ PageCache/ ResponsePolicy/ DenyNoCacheRoutes.php - DialogRenderer.php in core/
lib/ Drupal/ Core/ Render/ MainContent/ DialogRenderer.php - DisplayModeLocalAction.php in core/
modules/ field_ui/ src/ DisplayModeLocalAction.php - editor.module in core/
modules/ editor/ editor.module - Adds bindings for client-side "text editors" to text formats.
- EntityAccessCheck.php in core/
lib/ Drupal/ Core/ Entity/ EntityAccessCheck.php - EntityAccessCheckTest.php in core/
tests/ Drupal/ Tests/ Core/ Entity/ EntityAccessCheckTest.php - EntityController.php in core/
lib/ Drupal/ Core/ Entity/ Controller/ EntityController.php - EntityCreateAccessCheck.php in core/
lib/ Drupal/ Core/ Entity/ EntityCreateAccessCheck.php - EntityCreateAnyAccessCheck.php in core/
lib/ Drupal/ Core/ Entity/ EntityCreateAnyAccessCheck.php - EntityDisplayFormBase.php in core/
modules/ field_ui/ src/ Form/ EntityDisplayFormBase.php - EntityForm.php in core/
lib/ Drupal/ Core/ Entity/ EntityForm.php - EntityFormInterface.php in core/
lib/ Drupal/ Core/ Entity/ EntityFormInterface.php - EntityPermissionsForm.php in core/
modules/ user/ src/ Form/ EntityPermissionsForm.php - EntityPermissionsFormTest.php in core/
modules/ user/ tests/ src/ Unit/ Form/ EntityPermissionsFormTest.php - FieldConfigListController.php in core/
modules/ field_ui/ src/ Controller/ FieldConfigListController.php - FieldReuseAccessCheck.php in core/
modules/ field_ui/ src/ Access/ FieldReuseAccessCheck.php - FieldStorageConfigEditForm.php in core/
modules/ field_ui/ src/ Form/ FieldStorageConfigEditForm.php - field_ui.module in core/
modules/ field_ui/ field_ui.module - Allows administrators to attach custom fields to fieldable types.
- FormAjaxResponseBuilder.php in core/
lib/ Drupal/ Core/ Form/ FormAjaxResponseBuilder.php - FormController.php in core/
lib/ Drupal/ Core/ Controller/ FormController.php - FormModeAccessCheck.php in core/
modules/ field_ui/ src/ Access/ FormModeAccessCheck.php - help.module in core/
modules/ help/ help.module - Manages displaying online help.
- HelpBlock.php in core/
modules/ help/ src/ Plugin/ Block/ HelpBlock.php - HelpBreadcrumbBuilder.php in core/
modules/ help/ src/ HelpBreadcrumbBuilder.php - HelpController.php in core/
modules/ help/ src/ Controller/ HelpController.php - HighPriorityThemeNegotiator.php in core/
modules/ system/ tests/ modules/ theme_test/ src/ Theme/ HighPriorityThemeNegotiator.php - HtmlEntityFormController.php in core/
lib/ Drupal/ Core/ Entity/ HtmlEntityFormController.php - HtmlFormController.php in core/
lib/ Drupal/ Core/ Controller/ HtmlFormController.php - HtmlRenderer.php in core/
lib/ Drupal/ Core/ Render/ MainContent/ HtmlRenderer.php - image.module in core/
modules/ image/ image.module - Exposes global functionality for creating image styles.
- inline_form_errors.module in core/
modules/ inline_form_errors/ inline_form_errors.module - Enables inline form errors.
- JsonRenderer.php in core/
modules/ system/ tests/ modules/ common_test/ src/ Render/ MainContent/ JsonRenderer.php - LocalActionDefault.php in core/
lib/ Drupal/ Core/ Menu/ LocalActionDefault.php - LocalActionInterface.php in core/
lib/ Drupal/ Core/ Menu/ LocalActionInterface.php - LocalActionManager.php in core/
lib/ Drupal/ Core/ Menu/ LocalActionManager.php - LocalActionManagerTest.php in core/
tests/ Drupal/ Tests/ Core/ Menu/ LocalActionManagerTest.php - LocalActionsBlock.php in core/
lib/ Drupal/ Core/ Menu/ Plugin/ Block/ LocalActionsBlock.php - LocalTaskDefault.php in core/
lib/ Drupal/ Core/ Menu/ LocalTaskDefault.php - LocalTaskInterface.php in core/
lib/ Drupal/ Core/ Menu/ LocalTaskInterface.php - LocalTaskManager.php in core/
lib/ Drupal/ Core/ Menu/ LocalTaskManager.php - LocalTasksBlock.php in core/
lib/ Drupal/ Core/ Menu/ Plugin/ Block/ LocalTasksBlock.php - MainContentRendererInterface.php in core/
lib/ Drupal/ Core/ Render/ MainContent/ MainContentRendererInterface.php - MainContentViewSubscriber.php in core/
lib/ Drupal/ Core/ EventSubscriber/ MainContentViewSubscriber.php - MaintenanceMode.php in core/
lib/ Drupal/ Core/ Site/ MaintenanceMode.php - MaintenanceModeInterface.php in core/
lib/ Drupal/ Core/ Site/ MaintenanceModeInterface.php - MenuActiveTrail.php in core/
lib/ Drupal/ Core/ Menu/ MenuActiveTrail.php - MenuTestController.php in core/
modules/ system/ tests/ modules/ menu_test/ src/ Controller/ MenuTestController.php - ModalRenderer.php in core/
lib/ Drupal/ Core/ Render/ MainContent/ ModalRenderer.php - navigation.module in core/
modules/ navigation/ navigation.module - Primary module hooks for navigation module.
- NavigationRenderer.php in core/
modules/ navigation/ src/ NavigationRenderer.php - OffCanvasRenderer.php in core/
lib/ Drupal/ Core/ Render/ MainContent/ OffCanvasRenderer.php - PageDisplayVariantSelectionEvent.php in core/
lib/ Drupal/ Core/ Render/ PageDisplayVariantSelectionEvent.php - PathBasedBreadcrumbBuilder.php in core/
modules/ system/ src/ PathBasedBreadcrumbBuilder.php - PathChangedHelperTest.php in core/
tests/ Drupal/ Tests/ Core/ Routing/ PathChangedHelperTest.php - PathMatcher.php in core/
lib/ Drupal/ Core/ Path/ PathMatcher.php - RevisionDeleteForm.php in core/
lib/ Drupal/ Core/ Entity/ Form/ RevisionDeleteForm.php - RevisionRevertForm.php in core/
lib/ Drupal/ Core/ Entity/ Form/ RevisionRevertForm.php - RouteCacheContext.php in core/
lib/ Drupal/ Core/ Cache/ Context/ RouteCacheContext.php - RouteMatchTest.php in core/
tests/ Drupal/ Tests/ Core/ Routing/ RouteMatchTest.php - RouteMatchTestBase.php in core/
tests/ Drupal/ Tests/ Core/ Routing/ RouteMatchTestBase.php - RouteMatchValueResolver.php in core/
lib/ Drupal/ Core/ Controller/ ArgumentResolver/ RouteMatchValueResolver.php - RouteProcessorCurrent.php in core/
lib/ Drupal/ Core/ RouteProcessor/ RouteProcessorCurrent.php - syslog.module in core/
modules/ syslog/ syslog.module - Redirects logging messages to syslog.
- system.module in core/
modules/ system/ system.module - Configuration system that lets administrators modify the workings of the site.
- SystemAdminMenuBlockAccessCheck.php in core/
modules/ system/ src/ Access/ SystemAdminMenuBlockAccessCheck.php - SystemBreadcrumbBlock.php in core/
modules/ system/ src/ Plugin/ Block/ SystemBreadcrumbBlock.php - system_test.module in core/
modules/ system/ tests/ modules/ system_test/ system_test.module - Test module.
- taxonomy.module in core/
modules/ taxonomy/ taxonomy.module - Enables the organization of content into categories.
- TermBreadcrumbBuilder.php in core/
modules/ taxonomy/ src/ TermBreadcrumbBuilder.php - TermRouteContext.php in core/
modules/ taxonomy/ src/ ContextProvider/ TermRouteContext.php - TestThemeNegotiator.php in core/
modules/ system/ tests/ modules/ menu_test/ src/ Theme/ TestThemeNegotiator.php - text.module in core/
modules/ text/ text.module - Defines simple text field types.
- ThemeManager.php in core/
lib/ Drupal/ Core/ Theme/ ThemeManager.php - ThemeManagerInterface.php in core/
lib/ Drupal/ Core/ Theme/ ThemeManagerInterface.php - ThemeNegotiator.php in core/
lib/ Drupal/ Core/ Theme/ ThemeNegotiator.php - ThemeNegotiatorInterface.php in core/
lib/ Drupal/ Core/ Theme/ ThemeNegotiatorInterface.php - ThemeTestSubscriber.php in core/
modules/ system/ tests/ modules/ theme_test/ src/ EventSubscriber/ ThemeTestSubscriber.php - Tid.php in core/
modules/ taxonomy/ src/ Plugin/ views/ argument_default/ Tid.php - toolbar.module in core/
modules/ toolbar/ toolbar.module - Administration toolbar for quick access to top level administration items.
- update.module in core/
modules/ update/ update.module - Handles updates of Drupal core and contributed projects.
- UpdateController.php in core/
modules/ update/ src/ Controller/ UpdateController.php - Url.php in core/
lib/ Drupal/ Core/ Url.php - user.module in core/
modules/ user/ user.module - Enables the user registration and login system.
- User.php in core/
modules/ user/ src/ Plugin/ views/ argument_default/ User.php - UserLoginBlock.php in core/
modules/ user/ src/ Plugin/ Block/ UserLoginBlock.php - VersionHistoryController.php in core/
lib/ Drupal/ Core/ Entity/ Controller/ VersionHistoryController.php - ViewModeAccessCheck.php in core/
modules/ field_ui/ src/ Access/ ViewModeAccessCheck.php - views_ui.module in core/
modules/ views_ui/ views_ui.module - Provide structure for the administrative interface to Views.
- WideModalRenderer.php in core/
modules/ system/ tests/ modules/ dialog_renderer_test/ src/ Render/ MainContent/ WideModalRenderer.php - WorkflowStateTransitionOperationsAccessCheck.php in core/
modules/ workflows/ src/ WorkflowStateTransitionOperationsAccessCheck.php - WorkspacesHtmlEntityFormController.php in core/
modules/ workspaces/ src/ Controller/ WorkspacesHtmlEntityFormController.php
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.