20 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.
drupal_flush_all_caches in drupal/core/includes/common.inc
Flushes all persistent caches, resets all variables, and rebuilds all data structures.
EntityTranslationUITest::enableTranslation in drupal/core/modules/translation_entity/lib/Drupal/translation_entity/Tests/EntityTranslationUITest.php
Enables translation for the current entity type and bundle.
ExposedFormTest::testExposedAdminUi in drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/ExposedFormTest.php
Tests the admin interface of exposed filter and sort items.
field_ui_field_attach_rename_bundle in drupal/core/modules/field_ui/field_ui.module
Implements hook_field_attach_rename_bundle().
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.
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().
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().
RouterTest::testMenuName in drupal/core/modules/system/lib/Drupal/system/Tests/Menu/RouterTest.php
Tests for menu_name parameter for hook_menu().
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
Disable a given list of themes.
theme_enable in drupal/core/includes/theme.inc
Enable 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().
WebTestBase::drupalCreateContentType in drupal/core/modules/simpletest/lib/Drupal/simpletest/WebTestBase.php
Creates a custom content type based on default settings.