Search for index
- Search 7.x for index
- Search 9.5.x for index
- Search 8.9.x for index
- Search 10.3.x for index
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
ReindexConfirm::getCancelText | function | core/ |
Returns a caption for the link which cancels the action. |
ReindexConfirm::getCancelUrl | function | core/ |
Returns the route to go to if the user cancels the action. |
ReindexConfirm::getConfirmText | function | core/ |
Returns a caption for the button that confirms the action. |
ReindexConfirm::getDescription | function | core/ |
Returns additional text to display as a description. |
ReindexConfirm::getFormId | function | core/ |
Returns a unique string identifying the form. |
ReindexConfirm::getQuestion | function | core/ |
Returns the question to ask the user. |
ReindexConfirm::submitForm | function | core/ |
Form submission handler. |
ResultRow::$index | property | core/ |
An incremental number which represents the row in the entire result. |
Schema::addIndex | function | core/ |
Add an index. |
Schema::addIndex | function | core/ |
Add an index. |
Schema::addIndex | function | core/ |
Add an index. |
Schema::addIndex | function | core/ |
Add an index. |
Schema::createIndexSql | function | core/ |
Build the SQL expression for indexes. |
Schema::dropIndex | function | core/ |
Drop an index. |
Schema::dropIndex | function | core/ |
Drop an index. |
Schema::dropIndex | function | core/ |
Drop an index. |
Schema::dropIndex | function | core/ |
Drop an index. |
Schema::getNormalizedIndexes | function | core/ |
Gets normalized indexes from a table specification. |
Schema::indexExists | function | core/ |
Checks if an index exists in the given table. |
Schema::indexExists | function | core/ |
Checks if an index exists in the given table. |
Schema::indexExists | function | core/ |
Checks if an index exists in the given table. |
Schema::indexExists | function | core/ |
Checks if an index exists in the given table. |
Schema::introspectIndexSchema | function | core/ |
Finds the columns for the primary key, unique keys and indexes of a table. |
Schema::introspectIndexSchema | function | core/ |
Finds the columns for the primary key, unique keys and indexes of a table. |
Schema::introspectIndexSchema | function | core/ |
Finds the columns for the primary key, unique keys and indexes of a table. |
Schema::introspectIndexSchema | function | core/ |
Finds the columns for the primary key, unique keys and indexes of a table. |
Schema::shortenIndex | function | core/ |
Helper function for normalizeIndexes(). |
Schema::_createIndexSql | function | core/ |
|
SchemaIntrospectionTestTrait::assertIndexOnColumns | function | core/ |
Checks that an index covering exactly the given column names exists. |
SchemaIntrospectionTestTrait::assertNoIndexOnColumns | function | core/ |
Checks that an index covering exactly the given column names doesn't exist. |
SchemaIntrospectionTestTrait::getIndexColumnNames | function | core/ |
Returns the column names used by the indexes of a table. |
SchemaTest::testIndexLength | function | core/ |
Tests that indexes on string fields are limited to 191 characters on MySQL. |
SchemaTest::testIntrospectIndexSchema | function | core/ |
@covers \Drupal\sqlite\Driver\Database\sqlite\Schema::introspectIndexSchema |
SchemaTest::testIntrospectIndexSchema | function | core/ |
@covers \Drupal\mysql\Driver\Database\mysql\Schema::introspectIndexSchema |
SchemaTest::testIntrospectIndexSchema | function | core/ |
@covers \Drupal\pgsql\Driver\Database\pgsql\Schema::introspectIndexSchema |
SchemaTest::testRenameTableWithNewIndexNameEqualsTableName | function | core/ |
Tests renaming a table where the new index name is equal to the table name. |
SchemaUniquePrefixedKeysIndexTest | class | core/ |
Tests adding UNIQUE keys to tables. |
SchemaUniquePrefixedKeysIndexTest | class | core/ |
Tests adding UNIQUE keys to tables. |
SchemaUniquePrefixedKeysIndexTest | class | core/ |
Tests adding UNIQUE keys to tables. |
SchemaUniquePrefixedKeysIndexTest.php | file | core/ |
|
SchemaUniquePrefixedKeysIndexTest.php | file | core/ |
|
SchemaUniquePrefixedKeysIndexTest.php | file | core/ |
|
SchemaUniquePrefixedKeysIndexTest::$columnValue | property | core/ |
Set the value used to test the schema unique prefixed keys index. |
SchemaUniquePrefixedKeysIndexTest::$columnValue | property | core/ |
Set the value used to test the schema unique prefixed keys index. |
SchemaUniquePrefixedKeysIndexTest::$columnValue | property | core/ |
Set the value used to test the schema unique prefixed keys index. |
SchemaUniquePrefixedKeysIndexTestBase | class | core/ |
Tests adding UNIQUE keys to tables. |
SchemaUniquePrefixedKeysIndexTestBase.php | file | core/ |
|
SchemaUniquePrefixedKeysIndexTestBase::$columnValue | property | core/ |
Set the value used to test the schema unique prefixed keys index. |
SchemaUniquePrefixedKeysIndexTestBase::checkUniqueConstraintException | function | core/ |
Verifies that inserting the same value/prefix twice causes an exception. |
SchemaUniquePrefixedKeysIndexTestBase::testAddField | function | core/ |
Tests adding a new field with UNIQUE key. |
Pagination
- Previous page
- Page 4
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.