Search for to

  1. Search 7.x for to
  2. Search 9.5.x for to
  3. Search 10.3.x for to
  4. Search 11.x for to
  5. Other projects
Title Object type File name Summary
SearchPageRepository::__construct function core/modules/search/src/SearchPageRepository.php Constructs a new SearchPageRepository.
SearchPageRepositoryInterface interface core/modules/search/src/SearchPageRepositoryInterface.php Provides the interface for a repository Search Page entities.
SearchPageRepositoryInterface.php file core/modules/search/src/SearchPageRepositoryInterface.php
SearchPageRepositoryInterface::clearDefaultSearchPage function core/modules/search/src/SearchPageRepositoryInterface.php Clears the default search page.
SearchPageRepositoryInterface::getActiveSearchPages function core/modules/search/src/SearchPageRepositoryInterface.php Returns all active search page entities.
SearchPageRepositoryInterface::getDefaultSearchPage function core/modules/search/src/SearchPageRepositoryInterface.php Returns the default search page.
SearchPageRepositoryInterface::getIndexableSearchPages function core/modules/search/src/SearchPageRepositoryInterface.php Returns all active, indexable search page entities.
SearchPageRepositoryInterface::isSearchActive function core/modules/search/src/SearchPageRepositoryInterface.php Returns whether search is active.
SearchPageRepositoryInterface::setDefaultSearchPage function core/modules/search/src/SearchPageRepositoryInterface.php Sets a given search page as the default.
SearchPageRepositoryInterface::sortSearchPages function core/modules/search/src/SearchPageRepositoryInterface.php Sorts a list of search pages.
SearchPageRepositoryTest class core/modules/search/tests/src/Unit/SearchPageRepositoryTest.php @coversDefaultClass \Drupal\search\SearchPageRepository[[api-linebreak]]
@group search
SearchPageRepositoryTest.php file core/modules/search/tests/src/Unit/SearchPageRepositoryTest.php Contains \Drupal\Tests\search\Unit\SearchPageRepositoryTest.
SearchPageRepositoryTest::$configFactory property core/modules/search/tests/src/Unit/SearchPageRepositoryTest.php The config factory.
SearchPageRepositoryTest::$query property core/modules/search/tests/src/Unit/SearchPageRepositoryTest.php The entity query object.
SearchPageRepositoryTest::$searchPageRepository property core/modules/search/tests/src/Unit/SearchPageRepositoryTest.php The search page repository.
SearchPageRepositoryTest::$storage property core/modules/search/tests/src/Unit/SearchPageRepositoryTest.php The search page storage.
SearchPageRepositoryTest::setUp function core/modules/search/tests/src/Unit/SearchPageRepositoryTest.php
SearchPageRepositoryTest::testClearDefaultSearchPage function core/modules/search/tests/src/Unit/SearchPageRepositoryTest.php Tests the clearDefaultSearchPage() method.
SearchPageRepositoryTest::testGetActiveSearchPages function core/modules/search/tests/src/Unit/SearchPageRepositoryTest.php Tests the getActiveSearchPages() method.
SearchPageRepositoryTest::testGetDefaultSearchPageWithActiveDefault function core/modules/search/tests/src/Unit/SearchPageRepositoryTest.php Tests the getDefaultSearchPage() method when the default is active.
SearchPageRepositoryTest::testGetDefaultSearchPageWithInactiveDefault function core/modules/search/tests/src/Unit/SearchPageRepositoryTest.php Tests the getDefaultSearchPage() method when the default is inactive.
SearchPageRepositoryTest::testGetIndexableSearchPages function core/modules/search/tests/src/Unit/SearchPageRepositoryTest.php Tests the getIndexableSearchPages() method.
SearchPageRepositoryTest::testIsSearchActive function core/modules/search/tests/src/Unit/SearchPageRepositoryTest.php Tests the isSearchActive() method.
SearchPageRepositoryTest::testSetDefaultSearchPage function core/modules/search/tests/src/Unit/SearchPageRepositoryTest.php Tests the setDefaultSearchPage() method.
SearchPageRepositoryTest::testSortSearchPages function core/modules/search/tests/src/Unit/SearchPageRepositoryTest.php Tests the sortSearchPages() method.
SearchPageRoutes::$searchPageRepository property core/modules/search/src/Routing/SearchPageRoutes.php The search page repository.
SearchTokenizerTest class core/modules/search/tests/src/Kernel/SearchTokenizerTest.php Tests that CJK tokenizer works as intended.
SearchTokenizerTest.php file core/modules/search/tests/src/Kernel/SearchTokenizerTest.php
SearchTokenizerTest::$modules property core/modules/search/tests/src/Kernel/SearchTokenizerTest.php Modules to enable.
SearchTokenizerTest::code2utf function core/modules/search/tests/src/Kernel/SearchTokenizerTest.php Like PHP chr() function, but for unicode characters.
SearchTokenizerTest::testNoTokenizer function core/modules/search/tests/src/Kernel/SearchTokenizerTest.php Verifies that strings of non-CJK characters are not tokenized.
SearchTokenizerTest::testTokenizer function core/modules/search/tests/src/Kernel/SearchTokenizerTest.php Verifies that strings of CJK characters are tokenized.
search_update_totals function core/modules/search/search.module Updates the {search_total} database table.
Section::toArray function core/modules/layout_builder/src/Section.php Returns an array representation of the section.
Section::toRenderArray function core/modules/layout_builder/src/Section.php Returns the renderable array for this section.
SectionComponent::toArray function core/modules/layout_builder/src/SectionComponent.php Returns an array representation of the section component.
SectionComponent::toRenderArray function core/modules/layout_builder/src/SectionComponent.php Returns the renderable array for this component.
SectionComponentTest::testToRenderArray function core/modules/layout_builder/tests/src/Unit/SectionComponentTest.php @covers ::toRenderArray[[api-linebreak]]
SectionListTraitTest::getSectionStorage function core/modules/layout_builder/tests/src/Kernel/SectionListTraitTest.php Sets up the section storage entity.
SectionRenderTest::$contextRepository property core/modules/layout_builder/tests/src/Unit/SectionRenderTest.php The context manager service.
SectionRenderTest::testToRenderArray function core/modules/layout_builder/tests/src/Unit/SectionRenderTest.php @covers ::toRenderArray[[api-linebreak]]
SectionRenderTest::testToRenderArrayAccessDenied function core/modules/layout_builder/tests/src/Unit/SectionRenderTest.php @covers ::toRenderArray[[api-linebreak]]
SectionRenderTest::testToRenderArrayEmpty function core/modules/layout_builder/tests/src/Unit/SectionRenderTest.php @covers ::toRenderArray[[api-linebreak]]
SectionRenderTest::testToRenderArrayMissingPluginId function core/modules/layout_builder/tests/src/Unit/SectionRenderTest.php @covers ::toRenderArray[[api-linebreak]]
SectionRenderTest::testToRenderArrayPreview function core/modules/layout_builder/tests/src/Unit/SectionRenderTest.php @covers ::toRenderArray[[api-linebreak]]
SectionStorage class core/modules/layout_builder/src/Annotation/SectionStorage.php Defines a Section Storage type annotation object.
SectionStorage.php file core/modules/layout_builder/src/Annotation/SectionStorage.php
SectionStorage::$context_definitions property core/modules/layout_builder/src/Annotation/SectionStorage.php Any required context definitions, optional.
SectionStorage::$handles_permission_check property core/modules/layout_builder/src/Annotation/SectionStorage.php Indicates that this section storage handles its own permission checking.
SectionStorage::$id property core/modules/layout_builder/src/Annotation/SectionStorage.php The plugin ID.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.