Search for index
- Search 7.x for index
- Search 8.9.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. |
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. |
DefaultMenuLinkTreeManipulators::generateIndexAndSort | function | core/ |
Generates a unique index and sorts by it. |
DefaultMenuLinkTreeManipulatorsTest::testGenerateIndexAndSort | function | core/ |
Tests the generateIndexAndSort() tree manipulator. |
DropIndexAllOnKeyValueExpireTableUpdateTest | class | core/ |
Tests that 'all' index is dropped from the 'key_value_expire' table. |
DropIndexAllOnKeyValueExpireTableUpdateTest.php | file | core/ |
|
DropIndexAllOnKeyValueExpireTableUpdateTest::setDatabaseDumpFiles | function | core/ |
Set database dump files to be used. |
DropIndexAllOnKeyValueExpireTableUpdateTest::testUpdate | function | core/ |
Tests that 'all' index is dropped from the 'key_value_expire' table. |
EntityDecoupledTranslationRevisionsTest::$stepIndex | property | core/ |
The current edit sequence step index. |
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::removeBaseFieldIndex | function | core/ |
Removes the index added in addBaseFieldIndex(). |
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/ |
Tests 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/ |
Tests 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. |
ForumIndexStorage::deleteIndex | function | core/ |
Deletes the {forum_index} records for a given node. |
ForumIndexStorage::deleteRevision | function | core/ |
Deletes the records in {forum} table for a given node revision. |
ForumIndexStorage::getOriginalTermId | function | core/ |
Returns the forum term id associated with an existing forum node. |
ForumIndexStorage::read | function | core/ |
Reads an array of {forum} records for the given revision ids. |
ForumIndexStorage::update | function | core/ |
Updates the {forum} table for the given node. |
ForumIndexStorage::updateIndex | function | core/ |
Updates the {forum_index} records for a 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.