Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. search.services.yml

search.index

Class

Drupal\search\SearchIndex

Tags

  • 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
  1. class: Drupal\search\SearchIndex
  2. arguments:
  3. - '@config.factory'
  4. - '@database'
  5. - '@database.replica'
  6. - '@cache_tags.invalidator'
  7. - '@search.text_processor'
  8. - '@datetime.time'
  9. tags:
  10. - { name: backend_overridable }

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal