Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 8.9.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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 the implementing class using autowiring. |
| 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. |
| SearchPageJsonAnonTest | class | core/ |
Tests Search Page Json Anon. |
| SearchPageJsonAnonTest.php | file | core/ |
|
| SearchPageJsonAnonTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| SearchPageJsonAnonTest::$format | property | core/ |
The format to use in this test. |
| SearchPageJsonAnonTest::$mimeType | property | core/ |
The MIME type that corresponds to $format. |
| SearchPageJsonBasicAuthTest | class | core/ |
Tests Search Page Json Basic Auth. |
| SearchPageJsonBasicAuthTest.php | file | core/ |
|
| SearchPageJsonBasicAuthTest::$auth | property | core/ |
The authentication mechanism to use in this test. |
| SearchPageJsonBasicAuthTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| SearchPageJsonBasicAuthTest::$format | property | core/ |
The format to use in this test. |
| SearchPageJsonBasicAuthTest::$mimeType | property | core/ |
The MIME type that corresponds to $format. |
| SearchPageJsonBasicAuthTest::$modules | property | core/ |
Modules to install. |
| SearchPageJsonCookieTest | class | core/ |
Tests Search Page Json Cookie. |
| SearchPageJsonCookieTest.php | file | core/ |
|
| SearchPageJsonCookieTest::$auth | property | core/ |
The authentication mechanism to use in this test. |
| SearchPageJsonCookieTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| SearchPageJsonCookieTest::$format | property | core/ |
The format to use in this test. |
| SearchPageJsonCookieTest::$mimeType | property | core/ |
The MIME type that corresponds to $format. |
| SearchPageListBuilder | class | core/ |
Defines a class to build a listing of search page entities. |
| SearchPageListBuilder.php | file | core/ |
|
| SearchPageListBuilder::$configFactory | property | core/ |
Stores the configuration factory. |
| SearchPageListBuilder::$entities | property | core/ |
The entities being listed. |
| SearchPageListBuilder::$messenger | property | core/ |
The messenger. |
| SearchPageListBuilder::$searchIndex | property | core/ |
The search index. |
| SearchPageListBuilder::$searchManager | property | core/ |
The search manager. |
| SearchPageListBuilder::buildForm | function | core/ |
Form constructor. |
Pagination
- Previous page
- Page 1230
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.