service search.index in Drupal 10
Same name and namespace in other branches
- 8 core/modules/search/search.services.yml \search.index
- 9 core/modules/search/search.services.yml \search.index
Class
Drupal\search\SearchIndexTags
- backend_overridable
11 string references to search.index
- HelpSearch::create in core/
modules/ help_topics/ src/ Plugin/ Search/ HelpSearch.php - Node::preDelete in core/
modules/ node/ src/ Entity/ Node.php - NodeSearch::create in core/
modules/ node/ src/ Plugin/ Search/ NodeSearch.php - node_reindex_node_search in core/
modules/ node/ node.module - Marks a node to be re-indexed by the node_search plugin.
- SearchCommentTest::assertCommentAccess in core/
modules/ search/ tests/ src/ Functional/ SearchCommentTest.php - Update search index and search for comment.
File
- core/
modules/ search/ search.services.yml - core/modules/search/search.services.yml
View source
- class: Drupal\search\SearchIndex
- arguments:
- - '@config.factory'
- - '@database'
- - '@database.replica'
- - '@cache_tags.invalidator'
- - '@search.text_processor'
- tags:
- - { name: backend_overridable }