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 |
|---|---|---|---|
| SearchPage::isIndexable | function | core/ |
Determines if this search page entity is indexable. |
| SearchPage::postCreate | function | core/ |
Acts on a created entity before hooks are invoked. |
| SearchPage::postDelete | function | core/ |
Acts on deleted entities before the delete hook is invoked. |
| SearchPage::postSave | function | core/ |
Acts on a saved entity before the insert or update hook is invoked. |
| SearchPage::prepareRow | function | core/ |
Adds additional data to the row. |
| SearchPage::routeBuilder | function | core/ |
Wraps the route builder. |
| SearchPage::searchPageRepository | function | core/ |
Wraps the search page repository. |
| SearchPage::searchPluginManager | function | core/ |
Wraps the search plugin manager. |
| SearchPage::setPlugin | function | core/ |
Sets the search plugin. |
| SearchPage::sort | function | core/ |
Helper callback for uasort() to sort configuration entities by weight and label. |
| SearchPage::values | function | core/ |
Return the values of the variables specified in the plugin configuration. |
| SearchPage::values | function | core/ |
Return the values of the variables specified in the plugin configuration. |
| SearchPageAccessControlHandler | class | core/ |
Defines the access control handler for the search page entity type. |
| SearchPageAccessControlHandler.php | file | core/ |
|
| SearchPageAccessControlHandler::checkAccess | function | core/ |
Performs access checks. |
| SearchPageAddForm | class | core/ |
Provides a form for adding a search page. |
| SearchPageAddForm.php | file | core/ |
|
| SearchPageAddForm::actions | function | core/ |
Returns an array of supported actions for the current entity form. |
| SearchPageAddForm::buildForm | function | core/ |
Form constructor. |
| SearchPageAddForm::save | function | core/ |
Form submission handler for the 'save' action. |
| SearchPageCacheTagsTest | class | core/ |
Tests the search_page entity cache tags on the search results pages. |
| SearchPageCacheTagsTest.php | file | core/ |
|
| SearchPageCacheTagsTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| SearchPageCacheTagsTest::$modules | property | core/ |
Modules to enable. |
| SearchPageCacheTagsTest::$node | property | core/ |
A node that is indexed by the search module. |
| SearchPageCacheTagsTest::$searchingUser | property | core/ |
A user with permission to search content. |
| SearchPageCacheTagsTest::setUp | function | core/ |
|
| SearchPageCacheTagsTest::testSearchTagsBubbling | function | core/ |
Tests the presence of expected cache tags with referenced entities. |
| SearchPageCacheTagsTest::testSearchText | function | core/ |
Tests the presence of the expected cache tag in various situations. |
| SearchPageEditForm | class | core/ |
Provides a form for editing a search page. |
| SearchPageEditForm.php | file | core/ |
|
| SearchPageEditForm::actions | function | core/ |
Returns an array of supported actions for the current entity form. |
| SearchPageEditForm::save | function | core/ |
Form submission handler for the 'save' action. |
| SearchPageForm | class | core/ |
Provides a search form for site wide search. |
| SearchPageForm.php | file | core/ |
|
| SearchPageForm::$entity | property | core/ |
The search page entity. |
| SearchPageForm::buildForm | function | core/ |
Form constructor. |
| SearchPageForm::getFormId | function | core/ |
Returns a unique string identifying the form. |
| SearchPageForm::submitForm | function | core/ |
Form submission handler. |
| SearchPageFormBase | class | core/ |
Provides a base form for search pages. |
| SearchPageFormBase.php | file | core/ |
|
| SearchPageFormBase::$entity | property | core/ |
The entity being used by this form. |
| SearchPageFormBase::$plugin | property | core/ |
The search plugin being configured. |
| SearchPageFormBase::$searchPageRepository | property | core/ |
The search page repository. |
| SearchPageFormBase::buildForm | function | core/ |
Form constructor. |
| SearchPageFormBase::create | function | core/ |
Instantiates a new instance of this class. |
| SearchPageFormBase::exists | function | core/ |
Determines if the search page entity already exists. |
| SearchPageFormBase::form | function | core/ |
Gets the actual form array to be built. |
| SearchPageFormBase::getBaseFormId | function | core/ |
Returns a string identifying the base form. |
| SearchPageFormBase::save | function | core/ |
Form submission handler for the 'save' action. |
Pagination
- Previous page
- Page 1100
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.