| SearchPageTest::getPostDocument |
function |
core/modules/jsonapi/tests/src/Functional/SearchPageTest.php |
Returns the JSON:API POST document. |
| SearchPageTest::providerSource |
function |
core/modules/search/tests/src/Kernel/Migrate/d6/SearchPageTest.php |
Provides source data for ::testSource. |
| SearchPageTest::providerSource |
function |
core/modules/search/tests/src/Kernel/Migrate/d7/SearchPageTest.php |
Provides source data for ::testSource. |
| SearchPageTest::setUpAuthorization |
function |
core/modules/jsonapi/tests/src/Functional/SearchPageTest.php |
Sets up the necessary authorization. |
| SearchPageTest::setUpAuthorization |
function |
core/modules/search/tests/src/Functional/Jsonapi/SearchPageTest.php |
Sets up the necessary authorization. |
| SearchPageTextTest |
class |
core/modules/search/tests/src/Functional/SearchPageTextTest.php |
Tests the search help text and search page text. |
| SearchPageTextTest.php |
file |
core/modules/search/tests/src/Functional/SearchPageTextTest.php |
|
| SearchPageTextTest::$defaultTheme |
property |
core/modules/search/tests/src/Functional/SearchPageTextTest.php |
The theme to install as the default for testing. |
| SearchPageTextTest::$modules |
property |
core/modules/search/tests/src/Functional/SearchPageTextTest.php |
Modules to install. |
| SearchPageTextTest::$searchingUser |
property |
core/modules/search/tests/src/Functional/SearchPageTextTest.php |
A user with permission to use advanced search. |
| SearchPageTextTest::setUp |
function |
core/modules/search/tests/src/Functional/SearchPageTextTest.php |
|
| SearchPageTextTest::testSearchLabelXSS |
function |
core/modules/search/tests/src/Functional/SearchPageTextTest.php |
Tests for XSS in search module local task. |
| SearchPageTextTest::testSearchText |
function |
core/modules/search/tests/src/Functional/SearchPageTextTest.php |
Tests the failed search text, and various other text on the search page. |
| SearchPageValidationTest |
class |
core/modules/search/tests/src/Kernel/SearchPageValidationTest.php |
Tests validation of search_page entities. |
| SearchPageValidationTest.php |
file |
core/modules/search/tests/src/Kernel/SearchPageValidationTest.php |
|
| SearchPageValidationTest::$modules |
property |
core/modules/search/tests/src/Kernel/SearchPageValidationTest.php |
Modules to install. |
| SearchPageValidationTest::setUp |
function |
core/modules/search/tests/src/Kernel/SearchPageValidationTest.php |
|
| SearchPageValidationTest::testBaseRouteIsValid |
function |
core/modules/search/tests/src/Kernel/SearchPageValidationTest.php |
Test that the base route stored in definition is correct. |
| SearchPageValidationTest::testInvalidPluginId |
function |
core/modules/search/tests/src/Kernel/SearchPageValidationTest.php |
Tests that the search plugin ID is validated. |
| SearchPageXmlAnonTest |
class |
core/modules/search/tests/src/Functional/Rest/SearchPageXmlAnonTest.php |
Tests Search Page Xml Anon. |
| SearchPageXmlAnonTest.php |
file |
core/modules/search/tests/src/Functional/Rest/SearchPageXmlAnonTest.php |
|
| SearchPageXmlAnonTest::$defaultTheme |
property |
core/modules/search/tests/src/Functional/Rest/SearchPageXmlAnonTest.php |
The theme to install as the default for testing. |
| SearchPageXmlAnonTest::$format |
property |
core/modules/search/tests/src/Functional/Rest/SearchPageXmlAnonTest.php |
The format to use in this test. |
| SearchPageXmlAnonTest::$mimeType |
property |
core/modules/search/tests/src/Functional/Rest/SearchPageXmlAnonTest.php |
The MIME type that corresponds to $format. |
| SearchPageXmlBasicAuthTest |
class |
core/modules/search/tests/src/Functional/Rest/SearchPageXmlBasicAuthTest.php |
Tests Search Page Xml Basic Auth. |
| SearchPageXmlBasicAuthTest.php |
file |
core/modules/search/tests/src/Functional/Rest/SearchPageXmlBasicAuthTest.php |
|
| SearchPageXmlBasicAuthTest::$auth |
property |
core/modules/search/tests/src/Functional/Rest/SearchPageXmlBasicAuthTest.php |
The authentication mechanism to use in this test. |
| SearchPageXmlBasicAuthTest::$defaultTheme |
property |
core/modules/search/tests/src/Functional/Rest/SearchPageXmlBasicAuthTest.php |
The theme to install as the default for testing. |
| SearchPageXmlBasicAuthTest::$format |
property |
core/modules/search/tests/src/Functional/Rest/SearchPageXmlBasicAuthTest.php |
The format to use in this test. |
| SearchPageXmlBasicAuthTest::$mimeType |
property |
core/modules/search/tests/src/Functional/Rest/SearchPageXmlBasicAuthTest.php |
The MIME type that corresponds to $format. |
| SearchPageXmlBasicAuthTest::$modules |
property |
core/modules/search/tests/src/Functional/Rest/SearchPageXmlBasicAuthTest.php |
Modules to install. |
| SearchPageXmlCookieTest |
class |
core/modules/search/tests/src/Functional/Rest/SearchPageXmlCookieTest.php |
Tests Search Page Xml Cookie. |
| SearchPageXmlCookieTest.php |
file |
core/modules/search/tests/src/Functional/Rest/SearchPageXmlCookieTest.php |
|
| SearchPageXmlCookieTest::$auth |
property |
core/modules/search/tests/src/Functional/Rest/SearchPageXmlCookieTest.php |
The authentication mechanism to use in this test. |
| SearchPageXmlCookieTest::$defaultTheme |
property |
core/modules/search/tests/src/Functional/Rest/SearchPageXmlCookieTest.php |
The theme to install as the default for testing. |
| SearchPageXmlCookieTest::$format |
property |
core/modules/search/tests/src/Functional/Rest/SearchPageXmlCookieTest.php |
The format to use in this test. |
| SearchPageXmlCookieTest::$mimeType |
property |
core/modules/search/tests/src/Functional/Rest/SearchPageXmlCookieTest.php |
The MIME type that corresponds to $format. |
| SearchPluginCollectionTest |
class |
core/modules/search/tests/src/Unit/SearchPluginCollectionTest.php |
Tests Drupal\search\Plugin\SearchPluginCollection. |
| SearchPluginCollectionTest.php |
file |
core/modules/search/tests/src/Unit/SearchPluginCollectionTest.php |
|
| SearchPluginCollectionTest::$pluginInstances |
property |
core/modules/search/tests/src/Unit/SearchPluginCollectionTest.php |
Stores all setup plugin instances. |
| SearchPluginCollectionTest::$pluginManager |
property |
core/modules/search/tests/src/Unit/SearchPluginCollectionTest.php |
The mocked plugin manager. |
| SearchPluginCollectionTest::$searchPluginCollection |
property |
core/modules/search/tests/src/Unit/SearchPluginCollectionTest.php |
The tested plugin collection. |
| SearchPluginCollectionTest::setUp |
function |
core/modules/search/tests/src/Unit/SearchPluginCollectionTest.php |
|
| SearchPluginCollectionTest::testGet |
function |
core/modules/search/tests/src/Unit/SearchPluginCollectionTest.php |
Tests the get() method. |
| SearchPluginCollectionTest::testGetWithConfigurablePlugin |
function |
core/modules/search/tests/src/Unit/SearchPluginCollectionTest.php |
Tests the get() method with a configurable plugin. |
| SearchPreprocessLangcodeTest |
class |
core/modules/search/tests/src/Functional/SearchPreprocessLangcodeTest.php |
Tests that the search preprocessing uses the correct language code. |
| SearchPreprocessLangcodeTest.php |
file |
core/modules/search/tests/src/Functional/SearchPreprocessLangcodeTest.php |
|
| SearchPreprocessLangcodeTest::$defaultTheme |
property |
core/modules/search/tests/src/Functional/SearchPreprocessLangcodeTest.php |
The theme to install as the default for testing. |
| SearchPreprocessLangcodeTest::$modules |
property |
core/modules/search/tests/src/Functional/SearchPreprocessLangcodeTest.php |
Modules to install. |
| SearchPreprocessLangcodeTest::$node |
property |
core/modules/search/tests/src/Functional/SearchPreprocessLangcodeTest.php |
Test node for searching. |