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
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/tests/Drupal/Tests/Composer/Plugin/Scaffold/fixtures/drupal-assets-fixture/assets/index.php Test version of index.php from drupal/core.
index.php file core/assets/scaffold/files/index.php The PHP page that serves all page requests on a Drupal installation.
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::testIndexPhpHandling function core/modules/system/tests/src/Functional/System/IndexPhpTest.php Tests index.php handling.
IndexTid class core/modules/taxonomy/src/Plugin/views/argument/IndexTid.php Allow taxonomy term ID(s) as argument.
IndexTid.php file core/modules/taxonomy/src/Plugin/views/argument/IndexTid.php
IndexTid::titleQuery function core/modules/taxonomy/src/Plugin/views/argument/IndexTid.php Override for specific title lookups.
IndexTidDepth class core/modules/taxonomy/src/Plugin/views/argument/IndexTidDepth.php Argument handler for taxonomy terms with depth.
IndexTidDepth.php file core/modules/taxonomy/src/Plugin/views/argument/IndexTidDepth.php
IndexTidDepth::buildOptionsForm function core/modules/taxonomy/src/Plugin/views/argument/IndexTidDepth.php Provide a form to edit options for this plugin.
IndexTidDepth::create function core/modules/taxonomy/src/Plugin/views/argument/IndexTidDepth.php Creates an instance of the plugin.
IndexTidDepth::defaultActions function core/modules/taxonomy/src/Plugin/views/argument/IndexTidDepth.php Override defaultActions() to remove summary actions.
IndexTidDepth::defineOptions function core/modules/taxonomy/src/Plugin/views/argument/IndexTidDepth.php Information about options for all kinds of purposes will be held here.
IndexTidDepth::query function core/modules/taxonomy/src/Plugin/views/argument/IndexTidDepth.php Set up the query for this argument.
IndexTidDepth::title function core/modules/taxonomy/src/Plugin/views/argument/IndexTidDepth.php Get the title this argument will assign the view, given the argument.
IndexTidDepth::__construct function core/modules/taxonomy/src/Plugin/views/argument/IndexTidDepth.php Constructs a Handler object.
IndexTidDepthModifier class core/modules/taxonomy/src/Plugin/views/argument/IndexTidDepthModifier.php Argument handler for to modify depth for a previous term.
IndexTidDepthModifier.php file core/modules/taxonomy/src/Plugin/views/argument/IndexTidDepthModifier.php
IndexTidDepthModifier::buildOptionsForm function core/modules/taxonomy/src/Plugin/views/argument/IndexTidDepthModifier.php Provide a form to edit options for this plugin.
IndexTidDepthModifier::preQuery function core/modules/taxonomy/src/Plugin/views/argument/IndexTidDepthModifier.php Run before the view is built.
IndexTidDepthModifier::query function core/modules/taxonomy/src/Plugin/views/argument/IndexTidDepthModifier.php Set up the query for this argument.
LocalesLocationAddIndexUpdateTest class core/modules/locale/tests/src/Functional/LocalesLocationAddIndexUpdateTest.php Tests Locale update functions.
LocalesLocationAddIndexUpdateTest.php file core/modules/locale/tests/src/Functional/LocalesLocationAddIndexUpdateTest.php
LocalesLocationAddIndexUpdateTest::$defaultTheme property core/modules/locale/tests/src/Functional/LocalesLocationAddIndexUpdateTest.php The theme to install as the default for testing.
LocalesLocationAddIndexUpdateTest::setDatabaseDumpFiles function core/modules/locale/tests/src/Functional/LocalesLocationAddIndexUpdateTest.php Set database dump files to be used.
LocalesLocationAddIndexUpdateTest::testExistingIndex function core/modules/locale/tests/src/Functional/LocalesLocationAddIndexUpdateTest.php Tests locale_update_10300().
LocalesLocationAddIndexUpdateTest::testIndex function core/modules/locale/tests/src/Functional/LocalesLocationAddIndexUpdateTest.php Tests locale_update_10300().
ModerationStateFieldItemListTest::testArrayIndex function core/modules/content_moderation/tests/src/Kernel/ModerationStateFieldItemListTest.php Tests the field item list when accessing an index.
NamedPlaceholderConverter::$originalParameterIndex property core/modules/mysqli/src/Driver/Database/mysqli/NamedPlaceholderConverter.php The maximum positional placeholder parsed.
NodeSearch::$searchIndex property core/modules/node/src/Plugin/Search/NodeSearch.php The search index.
NodeSearch::indexClear function core/modules/node/src/Plugin/Search/NodeSearch.php Clears the search index for this plugin.
NodeSearch::indexNode function core/modules/node/src/Plugin/Search/NodeSearch.php Indexes a single node.
NodeSearch::indexStatus function core/modules/node/src/Plugin/Search/NodeSearch.php Reports the status of indexing.
NodeSearch::markForReindex function core/modules/node/src/Plugin/Search/NodeSearch.php Marks the search index for reindexing for this plugin.
NodeSearch::updateIndex function core/modules/node/src/Plugin/Search/NodeSearch.php Updates the search index for this plugin.
NodeSearchHooks::reindexNodeForSearch function core/modules/node/src/Hook/NodeSearchHooks.php Reindex a node for search.
NodeTranslationUITest::testSearchIndexRebuildOnTranslationDeletion function core/modules/node/tests/src/Functional/NodeTranslationUITest.php Test deletion of translated content from search and index rebuild.
node_reindex_node_search function core/modules/node/node.module Marks a node to be re-indexed by the node_search plugin.
NonPublicSchemaTest::testIndex function core/modules/pgsql/tests/src/Kernel/pgsql/NonPublicSchemaTest.php @covers ::addIndex[[api-linebreak]]
@covers ::indexExists[[api-linebreak]]
@covers ::dropIndex[[api-linebreak]]
PathAliasRevisionIndexesUpdatePathTest class core/modules/path_alias/tests/src/Functional/Update/PathAliasRevisionIndexesUpdatePathTest.php Tests the update path for the path_alias_revision table indices.
PathAliasRevisionIndexesUpdatePathTest.php file core/modules/path_alias/tests/src/Functional/Update/PathAliasRevisionIndexesUpdatePathTest.php
PathAliasRevisionIndexesUpdatePathTest::setDatabaseDumpFiles function core/modules/path_alias/tests/src/Functional/Update/PathAliasRevisionIndexesUpdatePathTest.php Set database dump files to be used.
PathAliasRevisionIndexesUpdatePathTest::testRunUpdates function core/modules/path_alias/tests/src/Functional/Update/PathAliasRevisionIndexesUpdatePathTest.php Tests the update path for the path_alias_revision table indices.
PathAliasStorageSchemaTest::testPathAliasStatusIndexRemoved function core/modules/path_alias/tests/src/Kernel/PathAliasStorageSchemaTest.php Tests that the path_alias__status index is removed.
path_alias_post_update_update_path_alias_revision_indexes function core/modules/path_alias/path_alias.post_update.php Update the path_alias_revision indices.

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