Search for index

  1. Search 7.x for index
  2. Search 9.5.x for index
  3. Search 8.9.x for index
  4. Search 10.3.x for index
  5. Other projects
Title Object type File name Summary
ForumIndexStorage::updateIndex function core/modules/forum/src/ForumIndexStorage.php
ForumIndexStorage::__construct function core/modules/forum/src/ForumIndexStorage.php Constructs a ForumIndexStorage object.
ForumIndexStorageInterface interface core/modules/forum/src/ForumIndexStorageInterface.php Handles CRUD operations to {forum_index} table.
ForumIndexStorageInterface.php file core/modules/forum/src/ForumIndexStorageInterface.php
ForumIndexStorageInterface::create function core/modules/forum/src/ForumIndexStorageInterface.php Creates a record in {forum} table for the given node.
ForumIndexStorageInterface::createIndex function core/modules/forum/src/ForumIndexStorageInterface.php Creates a {forum_index} entry for the given node.
ForumIndexStorageInterface::delete function core/modules/forum/src/ForumIndexStorageInterface.php Deletes the records in {forum} table for the given node.
ForumIndexStorageInterface::deleteIndex function core/modules/forum/src/ForumIndexStorageInterface.php Deletes the {forum_index} records for a given node.
ForumIndexStorageInterface::deleteRevision function core/modules/forum/src/ForumIndexStorageInterface.php Deletes the records in {forum} table for a given node revision.
ForumIndexStorageInterface::getOriginalTermId function core/modules/forum/src/ForumIndexStorageInterface.php Returns the forum term id associated with an existing forum node.
ForumIndexStorageInterface::read function core/modules/forum/src/ForumIndexStorageInterface.php Reads an array of {forum} records for the given revision ids.
ForumIndexStorageInterface::update function core/modules/forum/src/ForumIndexStorageInterface.php Updates the {forum} table for the given node.
ForumIndexStorageInterface::updateIndex function core/modules/forum/src/ForumIndexStorageInterface.php Updates the {forum_index} records for a given node.
ForumIndexTest class core/modules/forum/tests/src/Kernel/ForumIndexTest.php Defines a class for testing the forum_index table.
ForumIndexTest class core/modules/forum/tests/src/Functional/ForumIndexTest.php Tests the forum index listing.
ForumIndexTest.php file core/modules/forum/tests/src/Kernel/ForumIndexTest.php
ForumIndexTest.php file core/modules/forum/tests/src/Functional/ForumIndexTest.php
ForumIndexTest::$defaultTheme property core/modules/forum/tests/src/Functional/ForumIndexTest.php The theme to install as the default for testing.
ForumIndexTest::$modules property core/modules/forum/tests/src/Kernel/ForumIndexTest.php Modules to enable.
ForumIndexTest::$modules property core/modules/forum/tests/src/Functional/ForumIndexTest.php Modules to enable.
ForumIndexTest::setUp function core/modules/forum/tests/src/Kernel/ForumIndexTest.php
ForumIndexTest::setUp function core/modules/forum/tests/src/Functional/ForumIndexTest.php
ForumIndexTest::testForumIndexIndex function core/modules/forum/tests/src/Kernel/ForumIndexTest.php Tests there's a primary key on the forum_index table.
ForumIndexTest::testForumIndexStatus function core/modules/forum/tests/src/Functional/ForumIndexTest.php Tests the forum index for published and unpublished nodes.
ForumIndexUpdateTest class core/modules/forum/tests/src/Functional/ForumIndexUpdateTest.php Tests addition of the forum_index primary key.
ForumIndexUpdateTest.php file core/modules/forum/tests/src/Functional/ForumIndexUpdateTest.php
ForumIndexUpdateTest::setDatabaseDumpFiles function core/modules/forum/tests/src/Functional/ForumIndexUpdateTest.php Set database dump files to be used.
ForumIndexUpdateTest::testUpdatePath function core/modules/forum/tests/src/Functional/ForumIndexUpdateTest.php Tests the update path to add the new primary key.
ForumManager::$index property core/modules/forum/src/ForumManager.php Cached forum index.
ForumManager::getIndex function core/modules/forum/src/ForumManager.php
ForumManagerInterface::getIndex function core/modules/forum/src/ForumManagerInterface.php Generates and returns the forum index.
ForumManagerTest::testGetIndex function core/modules/forum/tests/src/Unit/ForumManagerTest.php Tests ForumManager::getIndex().
forum_post_update_recreate_forum_index_rows function core/modules/forum/forum.post_update.php Repopulate the forum index table.
FunctionsTest::testIndexedKeyedLinks function core/modules/system/tests/src/Kernel/Theme/FunctionsTest.php Tests links.html.twig using links with indexed keys.
HelpSearch::$searchIndex property core/modules/help/src/Plugin/Search/HelpSearch.php The search index.
HelpSearch::indexClear function core/modules/help/src/Plugin/Search/HelpSearch.php Clears the search index for this plugin.
HelpSearch::indexStatus function core/modules/help/src/Plugin/Search/HelpSearch.php Reports the status of indexing.
HelpSearch::markForReindex function core/modules/help/src/Plugin/Search/HelpSearch.php Marks the search index for reindexing for this plugin.
HelpSearch::removeItemsFromIndex function core/modules/help/src/Plugin/Search/HelpSearch.php Removes an item or items from the search index.
HelpSearch::updateIndex function core/modules/help/src/Plugin/Search/HelpSearch.php Updates the search index for this plugin.
HelpSearch::updateIndexState function core/modules/help/src/Plugin/Search/HelpSearch.php Updates the 'help_search_unindexed_count' state variable.
hook_node_update_index function core/modules/node/node.api.php Act on a node being indexed for searching.
index.php file ./index.php The PHP page that serves all page requests on a Drupal installation.
index.php file core/assets/scaffold/files/index.php The PHP page that serves all page requests on a Drupal installation.
index.php file core/tests/Drupal/Tests/Composer/Plugin/Scaffold/fixtures/drupal-assets-fixture/assets/index.php Test version of index.php from drupal/core.
IndexPhpTest class core/modules/system/tests/src/Functional/System/IndexPhpTest.php Tests the handling of requests containing 'index.php'.
IndexPhpTest.php file core/modules/system/tests/src/Functional/System/IndexPhpTest.php
IndexPhpTest::$defaultTheme property core/modules/system/tests/src/Functional/System/IndexPhpTest.php The theme to install as the default for testing.
IndexPhpTest::setUp function core/modules/system/tests/src/Functional/System/IndexPhpTest.php
IndexPhpTest::testIndexPhpHandling function core/modules/system/tests/src/Functional/System/IndexPhpTest.php Tests index.php handling.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.