Search for interface
- Search 7.x for interface
- Search 9.5.x for interface
- Search 8.9.x for interface
- Search 10.3.x for interface
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
SearchInterface::setSearch | function | core/ |
Sets the keywords, parameters, and attributes to be used by execute(). |
SearchInterface::suggestedTitle | function | core/ |
Provides a suggested title for a page of search results. |
SearchInterface::usesAdminTheme | function | core/ |
Returns whether or not search results should be displayed in admin theme. |
SearchPageInterface | interface | core/ |
Provides an interface defining a search page entity. |
SearchPageInterface.php | file | core/ |
|
SearchPageInterface::getPath | function | core/ |
Returns the path for the search. |
SearchPageInterface::getPlugin | function | core/ |
Returns the search plugin. |
SearchPageInterface::getWeight | function | core/ |
Returns the weight for the page. |
SearchPageInterface::isDefaultSearch | function | core/ |
Determines if this search page entity is currently the default search. |
SearchPageInterface::isIndexable | function | core/ |
Determines if this search page entity is indexable. |
SearchPageInterface::setPlugin | function | core/ |
Sets the search plugin. |
SearchPageRepositoryInterface | interface | core/ |
Provides the interface for a repository Search Page entities. |
SearchPageRepositoryInterface.php | file | core/ |
|
SearchPageRepositoryInterface::clearDefaultSearchPage | function | core/ |
Clears the default search page. |
SearchPageRepositoryInterface::getActiveSearchPages | function | core/ |
Returns all active search page entities. |
SearchPageRepositoryInterface::getDefaultSearchPage | function | core/ |
Returns the default search page. |
SearchPageRepositoryInterface::getIndexableSearchPages | function | core/ |
Returns all active, indexable search page entities. |
SearchPageRepositoryInterface::isSearchActive | function | core/ |
Returns whether search is active. |
SearchPageRepositoryInterface::setDefaultSearchPage | function | core/ |
Sets a given search page as the default. |
SearchPageRepositoryInterface::sortSearchPages | function | core/ |
Sorts a list of search pages. |
SearchTextProcessorInterface | interface | core/ |
Processes search text for indexing. |
SearchTextProcessorInterface.php | file | core/ |
|
SearchTextProcessorInterface::analyze | function | core/ |
Runs the text through character analyzers in preparation for indexing. |
SearchTextProcessorInterface::PREG_CLASS_CJK | constant | core/ |
Matches CJK (Chinese, Japanese, Korean) letter-like characters. |
SearchTextProcessorInterface::PREG_CLASS_NUMBERS | constant | core/ |
Matches all 'N' Unicode character classes (numbers) |
SearchTextProcessorInterface::PREG_CLASS_PUNCTUATION | constant | core/ |
Matches all 'P' Unicode character classes (punctuation) |
SearchTextProcessorInterface::process | function | core/ |
Processes text into words for indexing. |
SectionListInterface | interface | core/ |
Defines the interface for an object that stores layout sections. |
SectionListInterface.php | file | core/ |
|
SectionListInterface::appendSection | function | core/ |
Appends a new section to the end of the list. |
SectionListInterface::getSection | function | core/ |
Gets a domain object for the layout section. |
SectionListInterface::getSections | function | core/ |
Gets the layout sections. |
SectionListInterface::insertSection | function | core/ |
Inserts a new section at a given delta. |
SectionListInterface::removeAllSections | function | core/ |
Removes all of the sections. |
SectionListInterface::removeSection | function | core/ |
Removes the section at the given delta. |
SectionStorageInterface | interface | core/ |
Defines an interface for Section Storage type plugins. |
SectionStorageInterface.php | file | core/ |
|
SectionStorageInterface::access | function | core/ |
Overrides \Drupal\Core\Access\AccessibleInterface::access(). |
SectionStorageInterface::buildRoutes | function | core/ |
Provides the routes needed for Layout Builder UI. |
SectionStorageInterface::deriveContextsFromRoute | function | core/ |
Derives the available plugin contexts from route values. |
SectionStorageInterface::getContextsDuringPreview | function | core/ |
Gets contexts for use during preview. |
SectionStorageInterface::getLayoutBuilderUrl | function | core/ |
Gets the URL used to display the Layout Builder UI. |
SectionStorageInterface::getPluginDefinition | function | core/ |
Overrides \Drupal\Component\Plugin\PluginInspectionInterface::getPluginDefinition(). |
SectionStorageInterface::getRedirectUrl | function | core/ |
Gets the URL used when redirecting away from the Layout Builder UI. |
SectionStorageInterface::getStorageId | function | core/ |
Returns an identifier for this storage. |
SectionStorageInterface::getStorageType | function | core/ |
Returns the type of this storage. |
SectionStorageInterface::isApplicable | function | core/ |
Determines if this section storage is applicable for the current contexts. |
SectionStorageInterface::label | function | core/ |
Gets the label for the object using the sections. |
SectionStorageInterface::save | function | core/ |
Saves the sections. |
SectionStorageLocalTaskProviderInterface | interface | core/ |
Allows section storage plugins to provide local tasks. |
Pagination
- Previous page
- Page 75
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.