Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 8.9.x for %s
- Search 11.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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 install. |
| 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. |
| SearchPageFormBase::submitForm | function | core/ |
This is the default entity object builder function. It is called before any other submit handler to build the new entity object to be used by the following submit handlers. At this point of the form workflow the entity is validated and the form state… |
| SearchPageFormBase::validateForm | function | core/ |
Form validation handler. |
| SearchPageFormBase::__construct | function | core/ |
Constructs a new search form. |
| 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. |
Pagination
- Previous page
- Page 1131
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.