22 calls to menu_router_rebuild()

BlockHiddenRegionTest::testBlockNotInHiddenRegion in drupal/core/modules/block/lib/Drupal/block/Tests/BlockHiddenRegionTest.php
Tests that hidden regions do not inherit blocks when a theme is enabled.
DisplayTest::testInvalidDisplayPlugins in drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/DisplayTest.php
Tests invalid display plugins.
drupal_flush_all_caches in drupal/core/includes/common.inc
Flushes all persistent caches, resets all variables, and rebuilds all data structures.
EntityTranslationTestBase::enableTranslation in drupal/core/modules/translation_entity/lib/Drupal/translation_entity/Tests/EntityTranslationTestBase.php
Enables translation for the current entity type and bundle.
ExposedFormUITest::testExposedAdminUi in drupal/core/modules/views_ui/lib/Drupal/views_ui/Tests/ExposedFormUITest.php
Tests the admin interface of exposed filter and sort items.
FilterDateTest::_testUiValidation in drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FilterDateTest.php
Make sure the validation callbacks works.
HandlerTest::testFilterInOperatorUi in drupal/core/modules/views/lib/Drupal/views/Tests/Handler/HandlerTest.php
@todo This should probably moved to a filter related test.
MenuRouterTest::testMenuName in drupal/core/modules/system/lib/Drupal/system/Tests/Menu/MenuRouterTest.php
Tests for menu_name parameter for hook_menu().
menu_enable in drupal/core/modules/menu/menu.module
Implements hook_enable().
menu_get_item in drupal/core/includes/menu.inc
Gets a router item.
menu_uninstall in drupal/core/modules/menu/menu.install
Implements hook_uninstall().
MiniPagerTest::testMiniPagerRender in drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/MiniPagerTest.php
Tests the rendering of mini pagers.
node_type_delete_confirm_submit in drupal/core/modules/node/content_types.inc
Form submission handler for node_type_delete_confirm().
node_type_form_submit in drupal/core/modules/node/content_types.inc
Form submission handler for node_type_form().
SearchKeywordsConditionsTest::setUp in drupal/core/modules/search/lib/Drupal/search/Tests/SearchKeywordsConditionsTest.php
Sets up a Drupal site for running functional and integration tests.
SearchPageOverrideTest::setUp in drupal/core/modules/search/lib/Drupal/search/Tests/SearchPageOverrideTest.php
Sets up a Drupal site for running functional and integration tests.
system_theme_default in drupal/core/modules/system/system.admin.inc
Menu callback; Set the default theme.
theme_disable in drupal/core/includes/theme.inc
Disables a given list of themes.
theme_enable in drupal/core/includes/theme.inc
Enables a given list of themes.
translation_entity_language_configuration_element_submit in drupal/core/modules/translation_entity/translation_entity.module
Form submission handler for element added with translation_entity_language_configuration_element_process().
translation_entity_save_settings in drupal/core/modules/translation_entity/translation_entity.module
Stores entity translation settings.
WebTestBase::drupalCreateContentType in drupal/core/modules/simpletest/lib/Drupal/simpletest/WebTestBase.php
Creates a custom content type based on default settings.