Search for interface

  1. Search 7.x for interface
  2. Search 9.5.x for interface
  3. Search 8.9.x for interface
  4. Search 10.3.x for interface
  5. Other projects
Title Object type File name Summary
SearchInterface::getParameters function core/modules/search/src/Plugin/SearchInterface.php Returns the current parameters set using setSearch().
SearchInterface::getType function core/modules/search/src/Plugin/SearchInterface.php Returns the search index type this plugin uses.
SearchInterface::isSearchExecutable function core/modules/search/src/Plugin/SearchInterface.php Verifies if the values set via setSearch() are valid and sufficient.
SearchInterface::searchFormAlter function core/modules/search/src/Plugin/SearchInterface.php Alters the search form when being built for a given plugin.
SearchInterface::setSearch function core/modules/search/src/Plugin/SearchInterface.php Sets the keywords, parameters, and attributes to be used by execute().
SearchInterface::suggestedTitle function core/modules/search/src/Plugin/SearchInterface.php Provides a suggested title for a page of search results.
SearchInterface::usesAdminTheme function core/modules/search/src/Plugin/SearchInterface.php Returns whether or not search results should be displayed in admin theme.
SearchPageInterface interface core/modules/search/src/SearchPageInterface.php Provides an interface defining a search page entity.
SearchPageInterface.php file core/modules/search/src/SearchPageInterface.php
SearchPageInterface::getPath function core/modules/search/src/SearchPageInterface.php Returns the path for the search.
SearchPageInterface::getPlugin function core/modules/search/src/SearchPageInterface.php Returns the search plugin.
SearchPageInterface::getWeight function core/modules/search/src/SearchPageInterface.php Returns the weight for the page.
SearchPageInterface::isDefaultSearch function core/modules/search/src/SearchPageInterface.php Determines if this search page entity is currently the default search.
SearchPageInterface::isIndexable function core/modules/search/src/SearchPageInterface.php Determines if this search page entity is indexable.
SearchPageInterface::setPlugin function core/modules/search/src/SearchPageInterface.php Sets the search plugin.
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.
SearchTextProcessorInterface interface core/modules/search/src/SearchTextProcessorInterface.php Processes search text for indexing.
SearchTextProcessorInterface.php file core/modules/search/src/SearchTextProcessorInterface.php
SearchTextProcessorInterface::analyze function core/modules/search/src/SearchTextProcessorInterface.php Runs the text through character analyzers in preparation for indexing.
SearchTextProcessorInterface::PREG_CLASS_CJK constant core/modules/search/src/SearchTextProcessorInterface.php Matches CJK (Chinese, Japanese, Korean) letter-like characters.
SearchTextProcessorInterface::PREG_CLASS_NUMBERS constant core/modules/search/src/SearchTextProcessorInterface.php Matches all 'N' Unicode character classes (numbers)
SearchTextProcessorInterface::PREG_CLASS_PUNCTUATION constant core/modules/search/src/SearchTextProcessorInterface.php Matches all 'P' Unicode character classes (punctuation)
SearchTextProcessorInterface::process function core/modules/search/src/SearchTextProcessorInterface.php Processes text into words for indexing.
SectionListInterface interface core/modules/layout_builder/src/SectionListInterface.php Defines the interface for an object that stores layout sections.
SectionListInterface.php file core/modules/layout_builder/src/SectionListInterface.php
SectionListInterface::appendSection function core/modules/layout_builder/src/SectionListInterface.php Appends a new section to the end of the list.
SectionListInterface::getSection function core/modules/layout_builder/src/SectionListInterface.php Gets a domain object for the layout section.
SectionListInterface::getSections function core/modules/layout_builder/src/SectionListInterface.php Gets the layout sections.
SectionListInterface::insertSection function core/modules/layout_builder/src/SectionListInterface.php Inserts a new section at a given delta.
SectionListInterface::removeAllSections function core/modules/layout_builder/src/SectionListInterface.php Removes all of the sections.
SectionListInterface::removeSection function core/modules/layout_builder/src/SectionListInterface.php Removes the section at the given delta.
SectionStorageInterface interface core/modules/layout_builder/src/SectionStorageInterface.php Defines an interface for Section Storage type plugins.
SectionStorageInterface.php file core/modules/layout_builder/src/SectionStorageInterface.php
SectionStorageInterface::access function core/modules/layout_builder/src/SectionStorageInterface.php Overrides \Drupal\Core\Access\AccessibleInterface::access().
SectionStorageInterface::buildRoutes function core/modules/layout_builder/src/SectionStorageInterface.php Provides the routes needed for Layout Builder UI.
SectionStorageInterface::deriveContextsFromRoute function core/modules/layout_builder/src/SectionStorageInterface.php Derives the available plugin contexts from route values.
SectionStorageInterface::getContextsDuringPreview function core/modules/layout_builder/src/SectionStorageInterface.php Gets contexts for use during preview.
SectionStorageInterface::getLayoutBuilderUrl function core/modules/layout_builder/src/SectionStorageInterface.php Gets the URL used to display the Layout Builder UI.
SectionStorageInterface::getPluginDefinition function core/modules/layout_builder/src/SectionStorageInterface.php Overrides \Drupal\Component\Plugin\PluginInspectionInterface::getPluginDefinition().
SectionStorageInterface::getRedirectUrl function core/modules/layout_builder/src/SectionStorageInterface.php Gets the URL used when redirecting away from the Layout Builder UI.
SectionStorageInterface::getStorageId function core/modules/layout_builder/src/SectionStorageInterface.php Returns an identifier for this storage.
SectionStorageInterface::getStorageType function core/modules/layout_builder/src/SectionStorageInterface.php Returns the type of this storage.

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