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 |
---|---|---|---|
SearchPage::isIndexable | function | core/ |
Determines if this search page entity is indexable. |
SearchPageInterface::isIndexable | function | core/ |
Determines if this search page entity is indexable. |
SearchPageListBuilder::$searchIndex | property | core/ |
The search index. |
SearchPageListBuilder::searchAdminReindexSubmit | function | core/ |
Form submission handler for the reindex button on the search admin settings form. |
SearchPageRepository::getIndexableSearchPages | function | core/ |
Returns all active, indexable search page entities. |
SearchPageRepositoryInterface::getIndexableSearchPages | function | core/ |
Returns all active, indexable search page entities. |
SearchPageRepositoryTest::testGetIndexableSearchPages | function | core/ |
Tests the getIndexableSearchPages() method. |
search_index | function | core/ |
Updates the full-text search index for a particular item. |
search_index_clear | function | core/ |
Clears either a part of, or the entire search index. |
search_index_split | function | core/ |
Simplifies and splits a string into words for indexing. |
search_mark_for_reindex | function | core/ |
Changes the timestamp on indexed items to 'now' to force reindexing. |
search_post_update_reindex_after_diacritics_rule_change | function | core/ |
Mark everything for reindexing after diacritics removal rule change. |
SqlContentEntityStorageSchema::addIndex | function | core/ |
Creates an index, dropping it if already existing. |
SqlContentEntityStorageSchema::addSharedTableFieldIndex | function | core/ |
Adds an index for the specified field to the given schema definition. |
SqlContentEntityStorageSchema::createEntitySchemaIndexes | function | core/ |
Creates the specified entity schema indexes and keys. |
SqlContentEntityStorageSchema::deleteEntitySchemaIndexes | function | core/ |
Deletes the specified entity schema indexes and keys. |
SqlContentEntityStorageSchema::getEntityIndexName | function | core/ |
Gets the name to be used for the given entity index. |
SqlContentEntityStorageSchema::getFieldIndexes | function | core/ |
Gets an index schema array for a given field. |
SqlContentEntityStorageSchema::getFieldIndexName | function | core/ |
Generates an index name for a field data table. |
SqlContentEntityStorageSchemaIndexFilledTest | class | core/ |
Runs SqlContentEntityStorageSchemaIndexTest with a dump filled with content. |
SqlContentEntityStorageSchemaIndexFilledTest.php | file | core/ |
|
SqlContentEntityStorageSchemaIndexFilledTest::setDatabaseDumpFiles | function | core/ |
Set database dump files to be used. |
SqlContentEntityStorageSchemaIndexTest | class | core/ |
Tests that a newly-added index is properly created during database updates. |
SqlContentEntityStorageSchemaIndexTest.php | file | core/ |
|
SqlContentEntityStorageSchemaIndexTest::setDatabaseDumpFiles | function | core/ |
Set database dump files to be used. |
SqlContentEntityStorageSchemaIndexTest::testIndex | function | core/ |
Tests entity and field schema database updates and execution order. |
SqlContentEntityStorageSchemaTest::testonEntityTypeUpdateWithNewIndex | function | core/ |
::onEntityTypeUpdate |
StubTestSuiteBase::findExtensionDirectories | function | core/ |
Finds extensions in a Drupal installation. |
system-admin-index.html.twig | file | core/ |
Theme override for the admin index page. |
system-admin-index.html.twig | file | core/ |
Default theme implementation for the admin index page. |
Taxonomy indexing | group | core/ |
Functions to maintain taxonomy indexing. |
TaxonomyIndexTid | class | core/ |
Field handler to display all taxonomy terms of a node. |
TaxonomyIndexTid | class | core/ |
Filter by term id. |
TaxonomyIndexTid.php | file | core/ |
|
TaxonomyIndexTid.php | file | core/ |
|
TaxonomyIndexTid::$currentUser | property | core/ |
The current user. |
TaxonomyIndexTid::$termStorage | property | core/ |
The term storage. |
TaxonomyIndexTid::$validated_exposed_input | property | core/ |
|
TaxonomyIndexTid::$vocabularyStorage | property | core/ |
The vocabulary storage. |
TaxonomyIndexTid::$vocabularyStorage | property | core/ |
The vocabulary storage. |
TaxonomyIndexTid::acceptExposedInput | function | core/ |
Determines if the input from a filter should change the generated query. |
TaxonomyIndexTid::addSelfTokens | function | core/ |
Add any special tokens this field might use for itself. |
TaxonomyIndexTid::adminSummary | function | core/ |
Display the filter on the administrative summary |
TaxonomyIndexTid::buildExposeForm | function | core/ |
Options form subform for exposed filter options. |
TaxonomyIndexTid::buildExtraOptionsForm | function | core/ |
Provide a form for setting options. |
TaxonomyIndexTid::buildOptionsForm | function | core/ |
Provide "link to term" option. |
TaxonomyIndexTid::calculateDependencies | function | core/ |
Calculates dependencies for the configured plugin. |
TaxonomyIndexTid::create | function | core/ |
Creates an instance of the plugin. |
TaxonomyIndexTid::create | function | core/ |
Creates an instance of the plugin. |
TaxonomyIndexTid::defineOptions | function | core/ |
Information about options for all kinds of purposes will be held here. |
Pagination
- Previous page
- Page 5
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.