search.index
Class
Drupal\search\SearchIndexTags
- backend_overridable
4 string references to search.index
- HelpSearch::create in core/
modules/ help/ src/ Plugin/ Search/ HelpSearch.php - Creates an instance of the plugin.
- Node::preDelete in core/
modules/ node/ src/ Entity/ Node.php - Acts on entities before they are deleted and before hooks are invoked.
- NodeSearch::create in core/
modules/ node/ src/ Plugin/ Search/ NodeSearch.php - Creates an instance of the plugin.
- SearchPageListBuilder::createInstance in core/
modules/ search/ src/ SearchPageListBuilder.php - Instantiates a new instance of this entity handler.
File
-
core/
modules/ search/ search.services.yml
View source
- class: Drupal\search\SearchIndex
- arguments:
- - '@config.factory'
- - '@database'
- - '@database.replica'
- - '@cache_tags.invalidator'
- - '@search.text_processor'
- - '@datetime.time'
- tags:
- - { name: backend_overridable }