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
AdminController::index function core/modules/system/src/Controller/AdminController.php Prints a listing of admin tasks, organized by module.
BaseFieldDefinition::$indexes property core/lib/Drupal/Core/Field/BaseFieldDefinition.php
BlockContentReusableIndexUpdatePathTest class core/modules/block_content/tests/src/Functional/Update/BlockContentReusableIndexUpdatePathTest.php Tests the upgrade path for Block Content reusable column index.
BlockContentReusableIndexUpdatePathTest.php file core/modules/block_content/tests/src/Functional/Update/BlockContentReusableIndexUpdatePathTest.php
BlockContentReusableIndexUpdatePathTest::setDatabaseDumpFiles function core/modules/block_content/tests/src/Functional/Update/BlockContentReusableIndexUpdatePathTest.php Set database dump files to be used.
BlockContentReusableIndexUpdatePathTest::testRunUpdates function core/modules/block_content/tests/src/Functional/Update/BlockContentReusableIndexUpdatePathTest.php Tests the upgrade path for Block Content reusable index.
comment_node_update_index function core/modules/comment/comment.module Implements hook_node_update_index().
Connection::sqlFunctionSubstringIndex function core/modules/sqlite/src/Driver/Database/sqlite/Connection.php SQLite compatibility implementation for the SUBSTRING_INDEX() SQL function.
core.entity_view_mode.node.search_index.yml file core/modules/node/config/install/core.entity_view_mode.node.search_index.yml core/modules/node/config/install/core.entity_view_mode.node.search_index.yml
CounterTest::providerRowIndexes function core/modules/views/tests/src/Unit/Plugin/field/CounterTest.php Provides some row index to test.
DbDumpCommand::getTableIndexes function core/lib/Drupal/Core/Command/DbDumpCommand.php Adds primary key, unique keys, and index information to the schema.
DbDumpTest::$originalTableIndexes property core/modules/mysql/tests/src/Kernel/mysql/DbDumpTest.php An array of original table indexes (including primary and unique keys).
DbDumpTest::getTableIndexes function core/modules/mysql/tests/src/Kernel/mysql/DbDumpTest.php Returns indexes for a given table.
DefaultMenuLinkTreeManipulators::generateIndexAndSort function core/lib/Drupal/Core/Menu/DefaultMenuLinkTreeManipulators.php Generates a unique index and sorts by it.
DefaultMenuLinkTreeManipulatorsTest::testGenerateIndexAndSort function core/tests/Drupal/Tests/Core/Menu/DefaultMenuLinkTreeManipulatorsTest.php Tests the generateIndexAndSort() tree manipulator.
Drupal\forum\ForumIndexStorageInterface service core/modules/forum/forum.services.yml
Drupal\search\SearchIndexInterface service core/modules/search/search.services.yml
EntityDecoupledTranslationRevisionsTest::$stepIndex property core/tests/Drupal/KernelTests/Core/Entity/EntityDecoupledTranslationRevisionsTest.php The current edit sequence step index.
EntityDefinitionTestTrait::addBaseFieldIndex function core/modules/system/tests/src/Functional/Entity/Traits/EntityDefinitionTestTrait.php Adds a single-field index to the base field.
EntityDefinitionTestTrait::addEntityIndex function core/modules/system/tests/src/Functional/Entity/Traits/EntityDefinitionTestTrait.php Adds an index to the 'entity_test_update' entity type's base table.
EntityDefinitionTestTrait::removeBaseFieldIndex function core/modules/system/tests/src/Functional/Entity/Traits/EntityDefinitionTestTrait.php Removes the index added in addBaseFieldIndex().
EntityDefinitionTestTrait::removeEntityIndex function core/modules/system/tests/src/Functional/Entity/Traits/EntityDefinitionTestTrait.php Removes the index added in addEntityIndex().
EntityDefinitionUpdateTest::testCreateFieldAndIndexOnSharedTable function core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateTest.php Ensures that a new field and index on a shared table are created.
EntityDefinitionUpdateTest::testCreateIndexUsingEntityStorageSchemaWithData function core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateTest.php Ensures that a new entity level index is created when data exists.
EntityDefinitionUpdateTest::testEntityIndexCreateDeleteWithoutData function core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateTest.php Tests creating and deleting a multi-field index when there are no existing entities.
EntityDefinitionUpdateTest::testEntityIndexCreateWithData function core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateTest.php Tests creating a multi-field index when there are existing entities.
EntityDefinitionUpdateTest::testLongNameFieldIndexes function core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateTest.php Check that field schema is correctly handled with long-named fields.
EntryPoint::index function core/modules/jsonapi/src/Controller/EntryPoint.php Controller to list all the resources.
FieldDataCountTest::testCountWithIndex0 function core/modules/field/tests/src/Kernel/FieldDataCountTest.php Verify that we can count a table that contains an entry with index 0.
FieldPluginBase::$lastRenderIndex property core/modules/views/src/Plugin/views/field/FieldPluginBase.php Keeps track of the last render index.
FieldSqlStorageTest::testFieldUpdateIndexesWithData function core/tests/Drupal/KernelTests/Core/Entity/FieldSqlStorageTest.php Tests adding and removing indexes while data is present.
FieldStorageConfig::$indexes property core/modules/field/src/Entity/FieldStorageConfig.php The custom storage indexes for the field data storage.
FieldStorageConfig::getIndexes function core/modules/field/src/Entity/FieldStorageConfig.php Returns the custom storage indexes for the field data storage.
FieldStorageConfig::setIndexes function core/modules/field/src/Entity/FieldStorageConfig.php Sets the custom storage indexes for the field data storage..
FieldStorageConfigInterface::getIndexes function core/modules/field/src/FieldStorageConfigInterface.php Returns the custom storage indexes for the field data storage.
FieldStorageConfigInterface::setIndexes function core/modules/field/src/FieldStorageConfigInterface.php Sets the custom storage indexes for the field data storage..
FieldStorageCrudTest::testIndexes function core/modules/field/tests/src/Kernel/FieldStorageCrudTest.php Tests creation of indexes on data column.
forum.index_storage service core/modules/forum/forum.services.yml Drupal\forum\ForumIndexStorage
ForumController::forumIndex function core/modules/forum/src/Controller/ForumController.php Returns forum index page.
ForumIndexStorage class core/modules/forum/src/ForumIndexStorage.php Handles CRUD operations to {forum_index} table.
ForumIndexStorage.php file core/modules/forum/src/ForumIndexStorage.php
ForumIndexStorage::$database property core/modules/forum/src/ForumIndexStorage.php The active database connection.
ForumIndexStorage::create function core/modules/forum/src/ForumIndexStorage.php
ForumIndexStorage::createIndex function core/modules/forum/src/ForumIndexStorage.php
ForumIndexStorage::delete function core/modules/forum/src/ForumIndexStorage.php
ForumIndexStorage::deleteIndex function core/modules/forum/src/ForumIndexStorage.php
ForumIndexStorage::deleteRevision function core/modules/forum/src/ForumIndexStorage.php
ForumIndexStorage::getOriginalTermId function core/modules/forum/src/ForumIndexStorage.php
ForumIndexStorage::read function core/modules/forum/src/ForumIndexStorage.php
ForumIndexStorage::update function core/modules/forum/src/ForumIndexStorage.php

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