You are here

77 string references to router.builder in Drupal 10

AccessRoleTest::testAccessRole in core/modules/user/tests/src/Functional/Views/AccessRoleTest.php
Tests role access plugin.
AccessTest::testStaticAccessPlugin in core/modules/views/tests/src/Functional/Plugin/AccessTest.php
Tests static access check.
BlockHiddenRegionTest::testBlockNotInHiddenRegion in core/modules/block/tests/src/Functional/BlockHiddenRegionTest.php
Tests that hidden regions do not inherit blocks when a theme is installed.
BlockUiTest::testBlockAdminUiPage in core/modules/block/tests/src/Functional/BlockUiTest.php
Tests block admin page exists and functions correctly.
CacheWebTest::testCacheOutputOnPage in core/modules/views/tests/src/Functional/Plugin/CacheWebTest.php
Tests the output caching on an actual page.
CommentAdminTest::setUp in core/modules/comment/tests/src/Functional/Views/CommentAdminTest.php
CommentAdminTest::testCommentedEntityLabel in core/modules/comment/tests/src/Functional/Views/CommentAdminTest.php
Tests commented entity label of admin view.
CommentAdminTest::testCommentedTranslationDeletion in core/modules/comment/tests/src/Functional/CommentAdminTest.php
Tests commented translation deletion admin view.
ConfigurableLanguageManagerTest::setUp in core/modules/language/tests/src/Functional/ConfigurableLanguageManagerTest.php
ContentTranslationPendingRevisionTestBase::enableContentModeration in core/modules/content_translation/tests/src/Functional/ContentTranslationPendingRevisionTestBase.php
Enables content moderation for the test entity type and bundle.
content_translation_form_language_content_settings_submit in core/modules/content_translation/content_translation.admin.inc
Form submission handler for content_translation_admin_settings_form().
content_translation_language_configuration_element_submit in core/modules/content_translation/content_translation.module
Form submission handler for element added with content_translation_language_configuration_element_process().
DbDumpCommandTest::setUp in core/modules/system/tests/src/Kernel/Scripts/DbDumpCommandTest.php
DefaultViewsTest::testArchiveView in core/modules/views/tests/src/Functional/DefaultViewsTest.php
Tests the archive view.
demo_umami_install in core/profiles/demo_umami/demo_umami.install
Implements hook_install().
DisabledDisplayTest::testDisabledDisplays in core/modules/views/tests/src/Functional/Plugin/DisabledDisplayTest.php
Tests that views displays can be disabled.
DisplayFeedTest::testDisabledLinkedDisplay in core/modules/views/tests/src/Functional/Plugin/DisplayFeedTest.php
Tests that the feed display works when the linked display is disabled.
DisplayPageTest::testPageResponses in core/modules/views/tests/src/Kernel/Plugin/DisplayPageTest.php
Checks the behavior of the page for access denied/not found behaviors.
DisplayPageWebTest::assertPagePath in core/modules/views/tests/src/Functional/Plugin/DisplayPageWebTest.php
Tests that we can successfully change a view page display path.
DisplayTest::testInvalidDisplayPlugins in core/modules/views/tests/src/Functional/Plugin/DisplayTest.php
Tests invalid display plugins.
DisplayTest::testPageContextualLinks in core/modules/views_ui/tests/src/FunctionalJavascript/DisplayTest.php
Tests contextual links on Views page displays.
drupal_flush_all_caches in core/includes/common.inc
Rebuilds the container, flushes all persistent caches, resets all variables, and rebuilds all data structures.
EntityOperations::create in core/modules/content_moderation/src/EntityOperations.php
FieldUIRouteTest::testFieldUIRoutes in core/modules/field_ui/tests/src/Functional/FieldUIRouteTest.php
Ensures that entity types with bundles do not break following entity types.
field_ui_entity_bundle_create in core/modules/field_ui/field_ui.module
Implements hook_entity_bundle_create().
field_ui_entity_form_mode_delete in core/modules/field_ui/field_ui.module
Implements hook_entity_form_mode_delete().
field_ui_entity_form_mode_presave in core/modules/field_ui/field_ui.module
Implements hook_entity_form_mode_presave().
field_ui_entity_view_mode_delete in core/modules/field_ui/field_ui.module
Implements hook_entity_view_mode_delete().
field_ui_entity_view_mode_presave in core/modules/field_ui/field_ui.module
Implements hook_entity_view_mode_presave().
GlossaryTest::testGlossaryView in core/modules/views/tests/src/Functional/GlossaryTest.php
Tests the default glossary view.
hook_entity_bundle_create in core/lib/Drupal/Core/Entity/entity.api.php
Act on entity_bundle_create().
InstallerServiceProvider::register in core/lib/Drupal/Core/Installer/InstallerServiceProvider.php
install_finished in core/includes/install.core.inc
Performs final installation steps and displays a 'finished' page.
InternalEntitiesTest::setUp in core/modules/jsonapi/tests/src/Functional/InternalEntitiesTest.php
JsonApiFunctionalTestBase::setUp in core/modules/jsonapi/tests/src/Functional/JsonApiFunctionalTestBase.php
JsonApiRegressionTest::testPageCacheFromIssue3009596 in core/modules/jsonapi/tests/src/Functional/JsonApiRegressionTest.php
Ensures that Drupal's page cache is effective.
JsonApiRegressionTest::testThatRoutesAreRebuiltAfterDataModelChangesFromIssue2984886 in core/modules/jsonapi/tests/src/Functional/JsonApiRegressionTest.php
Ensures that JSON:API routes are caches are dynamically rebuilt.
LinkUriTest::doTransform in core/modules/menu_link_content/tests/src/Kernel/Plugin/migrate/process/LinkUriTest.php
Transforms a link path into an 'internal:' or 'entity:' URI.
MediaAccessTest::testCanonicalMediaAccess in core/modules/media/tests/src/Functional/MediaAccessTest.php
Tests view access control on the canonical page.
MediaAccessTest::testMediaAccess in core/modules/media/tests/src/Functional/MediaAccessTest.php
Tests some access control functionality.
MediaAccessTest::testMediaAnonymousUserAccess in core/modules/media/tests/src/Functional/MediaAccessTest.php
Tests media access of anonymous user.
MediaAccessTest::testReferencedRendering in core/modules/media/tests/src/Functional/MediaAccessTest.php
Tests access for embedded medias.
MediaAccessTest::testUnpublishedMediaUserAccess in core/modules/media/tests/src/Functional/MediaAccessTest.php
Tests unpublished media access.
MediaCacheTagsTest::setUp in core/modules/media/tests/src/Functional/MediaCacheTagsTest.php
MediaContextualLinksTest::testMediaContextualLinks in core/modules/media/tests/src/Functional/MediaContextualLinksTest.php
Tests contextual links.
MediaDisplayTest::setUp in core/modules/media/tests/src/FunctionalJavascript/MediaDisplayTest.php
MediaResourceTestBase::setUp in core/modules/media/tests/src/Functional/Rest/MediaResourceTestBase.php
MediaSourceTestBase::setUp in core/modules/media/tests/src/FunctionalJavascript/MediaSourceTestBase.php
MenuLinkContentDeriverTest::testRediscover in core/modules/menu_link_content/tests/src/Kernel/MenuLinkContentDeriverTest.php
Tests the rediscovering.
ModerationRevisionRevertTest::setUp in core/modules/content_moderation/tests/src/Functional/ModerationRevisionRevertTest.php
ModerationStateTestBase::enableModerationThroughUi in core/modules/content_moderation/tests/src/Functional/ModerationStateTestBase.php
Enable moderation for a specified content type, using the UI.
ModuleInstaller::install in core/lib/Drupal/Core/Extension/ModuleInstaller.php
ModuleInstaller::uninstall in core/lib/Drupal/Core/Extension/ModuleInstaller.php
NormalInstallerServiceProvider::register in core/lib/Drupal/Core/Installer/NormalInstallerServiceProvider.php
OEmbedFormatterTest::setUp in core/modules/media/tests/src/Functional/FieldFormatter/OEmbedFormatterTest.php
PageCacheTest::testPageCacheAnonymous403404 in core/modules/page_cache/tests/src/Functional/PageCacheTest.php
Tests the 4xx-response cache tag is added and invalidated.
ResourceTest::testSerializationClassIsOptional in core/modules/rest/tests/src/Functional/ResourceTest.php
Tests that serialization_class is optional.
ResourceTestBase::refreshTestStateAfterRestConfigChange in core/modules/rest/tests/src/Functional/ResourceTestBase.php
Refreshes the state of the tester to be in sync with the testee.
ResourceTestBase::setUpFields in core/modules/jsonapi/tests/src/Functional/ResourceTestBase.php
Sets up additional fields for testing.
RestResourceConfig::postDelete in core/modules/rest/src/Entity/RestResourceConfig.php
Acts on deleted entities before the delete hook is invoked.
RestResourceConfig::postSave in core/modules/rest/src/Entity/RestResourceConfig.php
Acts on a saved entity before the insert or update hook is invoked.
RouteProvider::lazyLoadItself in core/tests/Drupal/KernelTests/RouteProvider.php
Loads the real route provider from the container and rebuilds the router.
Routes::rebuild in core/modules/jsonapi/src/Routing/Routes.php
Invalidates any JSON:API resource type dependent responses and routes.
SearchConfigSettingsFormTest::testSearchModuleDisabling in core/modules/search/tests/src/Functional/SearchConfigSettingsFormTest.php
Verifies that you can disable individual search plugins.
SearchPage::routeBuilder in core/modules/search/src/Entity/SearchPage.php
Wraps the route builder.
ShortcutLinksTest::testShortcutLinkChangeRoute in core/modules/shortcut/tests/src/Functional/ShortcutLinksTest.php
Tests that changing the route of a shortcut link works.
ShortcutLinksTest::testShortcutQuickLink in core/modules/shortcut/tests/src/Functional/ShortcutLinksTest.php
Tests that the "add to shortcut" and "remove from shortcut" links work.
StatisticsAttachedTest::setUp in core/modules/statistics/tests/src/Functional/StatisticsAttachedTest.php
ToolbarCacheContextsTest::installExtraModules in core/modules/toolbar/tests/src/Functional/ToolbarCacheContextsTest.php
Installs a given list of modules and rebuilds the cache.
UserAccountFormPasswordResetTest::setUp in core/modules/user/tests/src/Kernel/UserAccountFormPasswordResetTest.php
UserCancelTest::testUserAnonymizeTranslations in core/modules/user/tests/src/Functional/UserCancelTest.php
Delete account and anonymize all content and it's translations.
View::postSave in core/modules/views/src/Entity/View.php
Acts on a saved entity before the insert or update hook is invoked.
ViewsKernelTestBase::setUpFixtures in core/modules/views/tests/src/Kernel/ViewsKernelTestBase.php
Sets up the configuration and schema of views and views_test_data modules.
views_invalidate_cache in core/modules/views/views.module
Invalidate the views cache, forcing a rebuild on the next grab of table data.
views_view_delete in core/modules/views/views.module
Implements hook_ENTITY_TYPE_delete().
ViewTestData::createTestViews in core/modules/views/src/Tests/ViewTestData.php
Create test views from config.
ViewTranslationTest::testViewTitleTranslation in core/modules/views/tests/src/Functional/ViewTranslationTest.php
Tests that the view route title is translated.