RebuildTest |
class |
drupal/core/modules/system/lib/Drupal/system/Tests/Menu/RebuildTest.php |
Tests rebuilding the menu by setting 'menu_rebuild_needed.' |
RebuildTest |
class |
drupal/core/modules/system/lib/Drupal/system/Tests/Form/RebuildTest.php |
Tests form rebuilding. |
node_rebuild |
function |
drupal/core/modules/node/node.module |
Implements hook_rebuild(). |
hook_rebuild |
function |
drupal/core/modules/system/system.api.php |
Rebuild data based upon refreshed caches. |
field_rebuild |
function |
drupal/core/modules/field/field.module |
Implements hook_rebuild(). |
block_rebuild |
function |
drupal/core/modules/block/block.module |
Implements hook_rebuild(). |
RebuildTest.php |
file |
drupal/core/modules/system/lib/Drupal/system/Tests/Form/RebuildTest.php |
Definition of Drupal\system\Tests\Form\RebuildTest. |
RebuildTest.php |
file |
drupal/core/modules/system/lib/Drupal/system/Tests/Menu/RebuildTest.php |
Definition of Drupal\system\Tests\Menu\RebuildTest. |
node_types_rebuild |
function |
drupal/core/modules/node/node.module |
Updates the database cache of node types. |
RebuildTest::setUp |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Form/RebuildTest.php |
Sets up a Drupal site for running functional and integration tests. |
_locale_rebuild_js |
function |
drupal/core/modules/locale/locale.module |
(Re-)Creates the JavaScript translation file for a language. |
drupal_rebuild_form |
function |
drupal/core/includes/form.inc |
Constructs a new $form from the information in $form_state. |
menu_router_rebuild |
function |
drupal/core/includes/menu.inc |
Populates the database tables used by various menu functions. |
node_access_rebuild |
function |
drupal/core/modules/node/node.module |
Rebuilds the node access database. |
RebuildTest::getInfo |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Menu/RebuildTest.php |
|
drupal_theme_rebuild |
function |
drupal/core/includes/theme.inc |
Forces the system to rebuild the theme registry. |
RebuildTest::getInfo |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Form/RebuildTest.php |
|
Stream::rebuildCache |
function |
drupal/core/vendor/guzzle/stream/Guzzle/Stream/Stream.php |
Reprocess stream metadata |
ArbitraryRebuildTest |
class |
drupal/core/modules/system/lib/Drupal/system/Tests/Form/ArbitraryRebuildTest.php |
Tests rebuilding of arbitrary forms by altering them. |
RouteBuilder::rebuild |
function |
drupal/core/lib/Drupal/Core/Routing/RouteBuilder.php |
Rebuilds the route info and dumps to dumper. |
NodeAccessRebuildTest |
class |
drupal/core/modules/node/lib/Drupal/node/Tests/NodeAccessRebuildTest.php |
Verifies the rebuild functionality for the node_access table. |
RebuildTest::$modules |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/Form/RebuildTest.php |
Modules to enable. |
ArbitraryRebuildTest.php |
file |
drupal/core/modules/system/lib/Drupal/system/Tests/Form/ArbitraryRebuildTest.php |
Definition of Drupal\system\Tests\Form\ArbitraryRebuildTest. |
CommentContentRebuildTest |
class |
drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentContentRebuildTest.php |
Tests comment content rebuilding. |
NodeAccessRebuildTest.php |
file |
drupal/core/modules/node/lib/Drupal/node/Tests/NodeAccessRebuildTest.php |
Definition of Drupal\node\Tests\NodeAccessRebuildTest. |
system_rebuild_theme_data |
function |
drupal/core/modules/system/system.module |
Rebuild, save, and return data about all currently available themes. |
node_access_needs_rebuild |
function |
drupal/core/modules/node/node.module |
Toggles or reads the value of a flag for rebuilding the node access grants. |
TestBase::rebuildContainer |
function |
drupal/core/modules/simpletest/lib/Drupal/simpletest/TestBase.php |
Rebuild drupal_container(). |
system_rebuild_module_data |
function |
drupal/core/modules/system/system.module |
Rebuild, save, and return data about all currently available modules. |
_system_rebuild_theme_data |
function |
drupal/core/modules/system/system.module |
Helper function to scan and collect theme .info.yml data and their engines. |
RouteBuilderStatic::rebuild |
function |
drupal/core/lib/Drupal/Core/Routing/RouteBuilderStatic.php |
Rebuilds router. |
_system_rebuild_module_data |
function |
drupal/core/modules/system/system.module |
Helper function to scan and collect module .info.yml data. |
ArbitraryRebuildTest::setUp |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Form/ArbitraryRebuildTest.php |
Sets up a Drupal site for running functional and integration tests. |
NodeAccessRebuildTest::setUp |
function |
drupal/core/modules/node/lib/Drupal/node/Tests/NodeAccessRebuildTest.php |
Sets up a Drupal site for running functional and integration tests. |
CommentContentRebuildTest.php |
file |
drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentContentRebuildTest.php |
Definition of Drupal\comment\Tests\CommentContentRebuildTest. |
WebTestBase::rebuildContainer |
function |
drupal/core/modules/simpletest/lib/Drupal/simpletest/WebTestBase.php |
Overrides Drupal\simpletest\TestBase::rebuildContainer(). |
ArbitraryRebuildTest::getInfo |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Form/ArbitraryRebuildTest.php |
|
node_configure_rebuild_confirm |
function |
drupal/core/modules/node/node.admin.inc |
Page callback: Form constructor for the permission rebuild confirmation form. |
NodeAccessRebuildTest::getInfo |
function |
drupal/core/modules/node/lib/Drupal/node/Tests/NodeAccessRebuildTest.php |
|
_menu_navigation_links_rebuild |
function |
drupal/core/includes/menu.inc |
Builds menu links for the items in the menu router. |
ThemeTest::testRegistryRebuild |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Theme/ThemeTest.php |
Ensures the theme registry is rebuilt when modules are disabled/enabled. |
ArbitraryRebuildTest::$modules |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/Form/ArbitraryRebuildTest.php |
Modules to enable. |
CommentContentRebuildTest::getInfo |
function |
drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentContentRebuildTest.php |
|
_node_access_rebuild_batch_finished |
function |
drupal/core/modules/node/node.module |
Performs post-processing for node_access_rebuild(). |
_node_access_rebuild_batch_operation |
function |
drupal/core/modules/node/node.module |
Performs batch operation for node_access_rebuild(). |
form_test_user_register_form_rebuild |
function |
drupal/core/modules/system/tests/modules/form_test/form_test.module |
Submit callback that just lets the form rebuild. |
node_configure_rebuild_confirm_submit |
function |
drupal/core/modules/node/node.admin.inc |
Form submission handler for node_configure_rebuild_confirm(). |
RebuildTest::testMenuRebuildByVariable |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Menu/RebuildTest.php |
Test if the 'menu_rebuild_needed' variable triggers a menu_rebuild() call. |
AliasManager::pathAliasWhitelistRebuild |
function |
drupal/core/lib/Drupal/Core/Path/AliasManager.php |
Rebuild the path alias white list. |
RebuildTest::testRebuildPreservesValues |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Form/RebuildTest.php |
Tests preservation of values. |