Search for index
- Search 7.x for index
- Search 9.5.x for index
- Search 10.3.x for index
- Search 11.x for index
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
AdminController::index | function | core/ |
Prints a listing of admin tasks, organized by module. |
BaseFieldDefinition::$indexes | property | core/ |
|
comment_node_update_index | function | core/ |
Implements hook_node_update_index(). |
Connection::$temporaryNameIndex | property | core/ |
An index used to generate unique temporary table names. |
Connection::sqlFunctionSubstringIndex | function | core/ |
SQLite compatibility implementation for the SUBSTRING_INDEX() SQL function. |
core.entity_view_mode.node.search_index.yml | file | core/ |
core/modules/node/config/install/core.entity_view_mode.node.search_index.yml |
CounterTest::providerRowIndexes | function | core/ |
Provides some row index to test. |
DatabaseLegacyTest::testDbAddIndex | function | core/ |
Tests deprecation of the db_add_index() function. |
DatabaseLegacyTest::testDbDropIndex | function | core/ |
Tests deprecation of the db_drop_index() function. |
DatabaseLegacyTest::testDbIndexExists | function | core/ |
Tests deprecation of the db_index_exists() function. |
DbDumpCommand::getTableIndexes | function | core/ |
Adds primary key, unique keys, and index information to the schema. |
DbDumpTest::$originalTableIndexes | property | core/ |
An array of original table indexes (including primary and unique keys). |
DbDumpTest::getTableIndexes | function | core/ |
Returns indexes for a given table. |
db_add_index | function | core/ |
Adds an index. |
db_drop_index | function | core/ |
Drops an index. |
db_index_exists | function | core/ |
Checks if an index exists in the given table. |
DefaultMenuLinkTreeManipulators::generateIndexAndSort | function | core/ |
Generates a unique index and sorts by it. |
DefaultMenuLinkTreeManipulatorsTest::testGenerateIndexAndSort | function | core/ |
Tests the generateIndexAndSort() tree manipulator. |
EntityDecoupledTranslationRevisionsTest::$stepIndex | property | core/ |
The current edit sequence step index. |
EntityDefinitionTestTrait::addBaseFieldIndex | function | core/ |
Adds a single-field index to the base field. |
EntityDefinitionTestTrait::addBaseFieldIndex | function | core/ |
Adds a single-field index to the base field. |
EntityDefinitionTestTrait::addEntityIndex | function | core/ |
Adds an index to the 'entity_test_update' entity type's base table. |
EntityDefinitionTestTrait::addEntityIndex | function | core/ |
Adds an index to the 'entity_test_update' entity type's base table. |
EntityDefinitionTestTrait::removeBaseFieldIndex | function | core/ |
Removes the index added in addBaseFieldIndex(). |
EntityDefinitionTestTrait::removeBaseFieldIndex | function | core/ |
Removes the index added in addBaseFieldIndex(). |
EntityDefinitionTestTrait::removeEntityIndex | function | core/ |
Removes the index added in addEntityIndex(). |
EntityDefinitionTestTrait::removeEntityIndex | function | core/ |
Removes the index added in addEntityIndex(). |
EntityDefinitionUpdateTest::testCreateFieldAndIndexOnSharedTable | function | core/ |
Ensures that a new field and index on a shared table are created. |
EntityDefinitionUpdateTest::testCreateIndexUsingEntityStorageSchemaWithData | function | core/ |
Ensures that a new entity level index is created when data exists. |
EntityDefinitionUpdateTest::testEntityIndexCreateDeleteWithoutData | function | core/ |
Tests creating and deleting a multi-field index when there are no existing entities. |
EntityDefinitionUpdateTest::testEntityIndexCreateWithData | function | core/ |
Tests creating a multi-field index when there are existing entities. |
EntityDefinitionUpdateTest::testLongNameFieldIndexes | function | core/ |
Check that field schema is correctly handled with long-named fields. |
EntryPoint::index | function | core/ |
Controller to list all the resources. |
FieldDataCountTest::testCountWithIndex0 | function | core/ |
Verify that we can count a table that contains an entry with index 0. |
FieldPluginBase::$lastRenderIndex | property | core/ |
Keeps track of the last render index. |
FieldSqlStorageTest::testFieldUpdateIndexesWithData | function | core/ |
Test adding and removing indexes while data is present. |
FieldStorageConfig::$indexes | property | core/ |
The custom storage indexes for the field data storage. |
FieldStorageConfig::getIndexes | function | core/ |
Returns the custom storage indexes for the field data storage. |
FieldStorageConfig::setIndexes | function | core/ |
Sets the custom storage indexes for the field data storage.. |
FieldStorageConfigInterface::getIndexes | function | core/ |
Returns the custom storage indexes for the field data storage. |
FieldStorageConfigInterface::setIndexes | function | core/ |
Sets the custom storage indexes for the field data storage.. |
FieldStorageCrudTest::testIndexes | function | core/ |
Test creation of indexes on data column. |
forum.index_storage | service | core/ |
Drupal\forum\ForumIndexStorage |
ForumController::forumIndex | function | core/ |
Returns forum index page. |
ForumIndexStorage | class | core/ |
Handles CRUD operations to {forum_index} table. |
ForumIndexStorage.php | file | core/ |
|
ForumIndexStorage::$database | property | core/ |
The active database connection. |
ForumIndexStorage::create | function | core/ |
Creates a record in {forum} table for the given node. |
ForumIndexStorage::createIndex | function | core/ |
Creates a {forum_index} entry for the given node. |
ForumIndexStorage::delete | function | core/ |
Deletes the records in {forum} table for the given node. |
Pagination
- Page 1
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.