Search for %s
- Search 7.x for %s
- Search 8.9.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| SearchPageTest::setUpAuthorization | function | core/ |
Sets up the necessary authorization. |
| SearchPageTextTest | class | core/ |
Tests the search help text and search page text. |
| SearchPageTextTest.php | file | core/ |
|
| SearchPageTextTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| SearchPageTextTest::$modules | property | core/ |
Modules to enable. |
| SearchPageTextTest::$searchingUser | property | core/ |
A user with permission to use advanced search. |
| SearchPageTextTest::setUp | function | core/ |
|
| SearchPageTextTest::testSearchLabelXSS | function | core/ |
Tests for XSS in search module local task. |
| SearchPageTextTest::testSearchText | function | core/ |
Tests the failed search text, and various other text on the search page. |
| SearchPageXmlAnonTest | class | core/ |
@group rest |
| SearchPageXmlAnonTest.php | file | core/ |
|
| SearchPageXmlAnonTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| SearchPageXmlAnonTest::$format | property | core/ |
The format to use in this test. |
| SearchPageXmlAnonTest::$mimeType | property | core/ |
The MIME type that corresponds to $format. |
| SearchPageXmlBasicAuthTest | class | core/ |
@group rest |
| SearchPageXmlBasicAuthTest.php | file | core/ |
|
| SearchPageXmlBasicAuthTest::$auth | property | core/ |
The authentication mechanism to use in this test. |
| SearchPageXmlBasicAuthTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| SearchPageXmlBasicAuthTest::$format | property | core/ |
The format to use in this test. |
| SearchPageXmlBasicAuthTest::$mimeType | property | core/ |
The MIME type that corresponds to $format. |
| SearchPageXmlBasicAuthTest::$modules | property | core/ |
Modules to install. |
| SearchPageXmlCookieTest | class | core/ |
@group rest |
| SearchPageXmlCookieTest.php | file | core/ |
|
| SearchPageXmlCookieTest::$auth | property | core/ |
The authentication mechanism to use in this test. |
| SearchPageXmlCookieTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| SearchPageXmlCookieTest::$format | property | core/ |
The format to use in this test. |
| SearchPageXmlCookieTest::$mimeType | property | core/ |
The MIME type that corresponds to $format. |
| SearchPlugin | class | core/ |
Defines a SearchPlugin type annotation object. |
| SearchPlugin.php | file | core/ |
|
| SearchPlugin::$id | property | core/ |
A unique identifier for the search plugin. |
| SearchPlugin::$title | property | core/ |
The title for the search page tab. |
| SearchPlugin::$use_admin_theme | property | core/ |
Whether or not search results should be displayed in admin theme. |
| SearchPluginBase | class | core/ |
Defines a base class for plugins wishing to support search. |
| SearchPluginBase.php | file | core/ |
|
| SearchPluginBase::$keywords | property | core/ |
The keywords to use in a search. |
| SearchPluginBase::$searchAttributes | property | core/ |
Array of attributes - usually from the request object. |
| SearchPluginBase::$searchParameters | property | core/ |
Array of parameters from the query string from the request. |
| SearchPluginBase::buildResults | function | core/ |
Executes the search and builds render arrays for the result items. |
| SearchPluginBase::buildSearchUrlQuery | function | core/ |
Builds the URL GET query parameters array for search. |
| SearchPluginBase::create | function | core/ |
Creates an instance of the plugin. |
| SearchPluginBase::getAttributes | function | core/ |
Returns the currently set attributes (from the request). |
| SearchPluginBase::getHelp | function | core/ |
Returns the searching help. |
| SearchPluginBase::getKeywords | function | core/ |
Returns the currently set keywords of the plugin instance. |
| SearchPluginBase::getParameters | function | core/ |
Returns the current parameters set using setSearch(). |
| SearchPluginBase::getType | function | core/ |
Returns the search index type this plugin uses. |
| SearchPluginBase::isSearchExecutable | function | core/ |
Verifies if the values set via setSearch() are valid and sufficient. |
| SearchPluginBase::searchFormAlter | function | core/ |
Alters the search form when being built for a given plugin. |
| SearchPluginBase::setSearch | function | core/ |
Sets the keywords, parameters, and attributes to be used by execute(). |
| SearchPluginBase::suggestedTitle | function | core/ |
Provides a suggested title for a page of search results. |
| SearchPluginBase::usesAdminTheme | function | core/ |
Returns whether or not search results should be displayed in admin theme. |
Pagination
- Previous page
- Page 1104
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.