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. Search main for index
  6. Other projects
Title Object type File name Summary
NodeSearchHooks::reindexNodeForSearch function core/modules/node/src/Hook/NodeSearchHooks.php Reindex a node for search.
NodeSearchTest::testNodeReindexDefaultRevision function core/modules/node/tests/src/Kernel/NodeSearchTest.php Tests that previous revisions of a node are not re-indexed.
NodeSearchTest::testNodeReindexDefaultRevision function core/modules/search/tests/src/Kernel/node/NodeSearchTest.php Tests that previous revisions of a node are not re-indexed.
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 Tests index.
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.
PendingRevisionTest::getTaxonomyIndex function core/modules/taxonomy/tests/src/Kernel/PendingRevisionTest.php Retrieves the taxonomy index from the database.
PendingRevisionTest::testTaxonomyIndexWithPendingRevision function core/modules/taxonomy/tests/src/Kernel/PendingRevisionTest.php Tests that the taxonomy index work correctly with pending revisions.
PluralTranslatableMarkup::getPluralIndex function core/lib/Drupal/Core/StringTranslation/PluralTranslatableMarkup.php Gets the plural index through the gettext formula.
PoStreamReader::$currentPluralIndex property core/lib/Drupal/Component/Gettext/PoStreamReader.php Current plural index for plural translations.
PrefetchedResult::$currentRowIndex property core/lib/Drupal/Core/Database/Statement/PrefetchedResult.php The current row index in the result set.
RegressionTest::testDBIndexExists function core/tests/Drupal/KernelTests/Core/Database/RegressionTest.php Tests the Schema::indexExists() method.
ReindexConfirm class core/modules/search/src/Form/ReindexConfirm.php Provides the search reindex confirmation form.
ReindexConfirm.php file core/modules/search/src/Form/ReindexConfirm.php
ReindexConfirm::getCancelText function core/modules/search/src/Form/ReindexConfirm.php Returns a caption for the link which cancels the action.
ReindexConfirm::getCancelUrl function core/modules/search/src/Form/ReindexConfirm.php Returns the route to go to if the user cancels the action.
ReindexConfirm::getConfirmText function core/modules/search/src/Form/ReindexConfirm.php Returns a caption for the button that confirms the action.
ReindexConfirm::getDescription function core/modules/search/src/Form/ReindexConfirm.php Returns additional text to display as a description.
ReindexConfirm::getFormId function core/modules/search/src/Form/ReindexConfirm.php Returns a unique string identifying the form.
ReindexConfirm::getQuestion function core/modules/search/src/Form/ReindexConfirm.php Returns the question to ask the user.
ReindexConfirm::submitForm function core/modules/search/src/Form/ReindexConfirm.php Form submission handler.
ResultRow::$index property core/modules/views/src/ResultRow.php An incremental number which represents the row in the entire result.
Schema::addIndex function core/modules/mysql/src/Driver/Database/mysql/Schema.php Add an index.
Schema::addIndex function core/lib/Drupal/Core/Database/Schema.php Add an index.
Schema::addIndex function core/modules/pgsql/src/Driver/Database/pgsql/Schema.php Add an index.
Schema::addIndex function core/modules/sqlite/src/Driver/Database/sqlite/Schema.php Add an index.
Schema::createIndexSql function core/modules/sqlite/src/Driver/Database/sqlite/Schema.php Build the SQL expression for indexes.
Schema::dropIndex function core/modules/mysql/src/Driver/Database/mysql/Schema.php Drop an index.
Schema::dropIndex function core/lib/Drupal/Core/Database/Schema.php Drop an index.
Schema::dropIndex function core/modules/sqlite/src/Driver/Database/sqlite/Schema.php Drop an index.
Schema::dropIndex function core/modules/pgsql/src/Driver/Database/pgsql/Schema.php Drop an index.
Schema::getNormalizedIndexes function core/modules/mysql/src/Driver/Database/mysql/Schema.php Gets normalized indexes from a table specification.
Schema::indexExists function core/modules/mysql/src/Driver/Database/mysql/Schema.php Checks if an index exists in the given table.
Schema::indexExists function core/lib/Drupal/Core/Database/Schema.php Checks if an index exists in the given table.
Schema::indexExists function core/modules/sqlite/src/Driver/Database/sqlite/Schema.php Checks if an index exists in the given table.
Schema::indexExists function core/modules/pgsql/src/Driver/Database/pgsql/Schema.php Checks if an index exists in the given table.
Schema::introspectIndexSchema function core/modules/mysql/src/Driver/Database/mysql/Schema.php Finds the columns for the primary key, unique keys and indexes of a table.
Schema::introspectIndexSchema function core/lib/Drupal/Core/Database/Schema.php Finds the columns for the primary key, unique keys and indexes of a table.
Schema::introspectIndexSchema function core/modules/sqlite/src/Driver/Database/sqlite/Schema.php Finds the columns for the primary key, unique keys and indexes of a table.
Schema::introspectIndexSchema function core/modules/pgsql/src/Driver/Database/pgsql/Schema.php Finds the columns for the primary key, unique keys and indexes of a table.
Schema::shortenIndex function core/modules/mysql/src/Driver/Database/mysql/Schema.php Helper function for normalizeIndexes().
Schema::_createIndexSql function core/modules/pgsql/src/Driver/Database/pgsql/Schema.php Creates a statement for an SQL index for the given fields.
SchemaIntrospectionTestTrait::assertIndexOnColumns function core/tests/Drupal/Tests/Core/Database/SchemaIntrospectionTestTrait.php Checks that an index covering exactly the given column names exists.
SchemaIntrospectionTestTrait::assertNoIndexOnColumns function core/tests/Drupal/Tests/Core/Database/SchemaIntrospectionTestTrait.php Checks that an index covering exactly the given column names doesn't exist.
SchemaIntrospectionTestTrait::getIndexColumnNames function core/tests/Drupal/Tests/Core/Database/SchemaIntrospectionTestTrait.php Returns the column names used by the indexes of a table.

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