You are here

10 string references to search.index in Drupal 8

HelpSearch::create in core/modules/help_topics/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.
NodeSearch::__construct in core/modules/node/src/Plugin/Search/NodeSearch.php
Constructs a \Drupal\node\Plugin\Search\NodeSearch object.
SearchMatchTest::_setup in core/modules/search/tests/src/Kernel/SearchMatchTest.php
Set up a small index of items to test against.
SearchMultilingualEntityTest::testMultilingualSearch in core/modules/search/tests/src/Functional/SearchMultilingualEntityTest.php
Tests the indexing throttle and search results with multilingual nodes.
SearchNodeUpdateAndDeletionTest::testSearchIndexUpdateOnNodeChange in core/modules/search/tests/src/Functional/SearchNodeUpdateAndDeletionTest.php
Tests that the search index info is properly updated when a node changes.
SearchPageListBuilder::createInstance in core/modules/search/src/SearchPageListBuilder.php
Instantiates a new instance of this entity handler.
SearchPageListBuilder::__construct in core/modules/search/src/SearchPageListBuilder.php
Constructs a new SearchPageListBuilder object.
SearchRankingTest::testHTMLRankings in core/modules/search/tests/src/Functional/SearchRankingTest.php
Test rankings of HTML tags.