Search for interface
- Search 7.x for interface
- Search 8.9.x for interface
- Search 10.3.x for interface
- Search 11.x for interface
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
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. |
SectionStorageLocalTaskProviderInterface.php | file | core/ |
|
SectionStorageLocalTaskProviderInterface::buildLocalTasks | function | core/ |
Provides the local tasks dynamically for Layout Builder plugins. |
SectionStorageManagerInterface | interface | core/ |
Provides the interface for a plugin manager of section storage types. |
SectionStorageManagerInterface.php | file | core/ |
|
SectionStorageManagerInterface::findByContext | function | core/ |
Finds the section storage to load based on available contexts. |
SectionStorageManagerInterface::load | function | core/ |
Loads a section storage with the provided contexts applied. |
SectionStorageManagerInterface::loadEmpty | function | core/ |
Loads a section storage with no associated section list. |
SelectInterface | interface | core/ |
Interface definition for a Select Query object. |
SelectInterface.php | file | core/ |
|
SelectInterface::addExpression | function | core/ |
Adds an expression to the list of "fields" to be SELECTed. |
SelectInterface::addField | function | core/ |
Adds a field to the list to be SELECTed. |
SelectInterface::addJoin | function | core/ |
Join against another table in the database. |
SelectInterface::countQuery | function | core/ |
Get the equivalent COUNT query of this query as a new query object. |
SelectInterface::distinct | function | core/ |
Sets this query to be DISTINCT. |
Pagination
- Previous page
- Page 73
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.