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 |
|---|---|---|---|
| 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. |
| SearchPageListBuilder::buildHeader | function | core/ |
Builds the header row for the entity listing. |
| SearchPageListBuilder::buildRow | function | core/ |
Builds a row for an entity in the entity listing. |
| SearchPageListBuilder::createInstance | function | core/ |
Instantiates a new instance of this entity handler. |
| SearchPageListBuilder::getDefaultOperations | function | core/ |
Gets this list's default operations. |
| SearchPageListBuilder::getEditableConfigNames | function | core/ |
Gets the configuration names that will be editable. |
| SearchPageListBuilder::getFormId | function | core/ |
Returns a unique string identifying the form. |
| SearchPageListBuilder::searchAdminReindexSubmit | function | core/ |
Form submission handler for reindex button on search admin settings form. |
| SearchPageListBuilder::submitAddSearchPage | function | core/ |
Form submission handler for adding a new search page. |
| SearchPageListBuilder::submitForm | function | core/ |
Form submission handler. |
| SearchPageListBuilder::validateAddSearchPage | function | core/ |
Form validation handler for adding a new search page. |
| SearchPageListBuilder::validateForm | function | core/ |
Form validation handler. |
| SearchPageListBuilder::__construct | function | core/ |
Constructs a new SearchPageListBuilder object. |
| SearchPageOverrideTest | class | core/ |
Tests if the result page can be overridden. |
| SearchPageOverrideTest.php | file | core/ |
|
| SearchPageOverrideTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| SearchPageOverrideTest::$modules | property | core/ |
Modules to enable. |
| SearchPageOverrideTest::$searchUser | property | core/ |
A user with permission to administer search. |
| SearchPageOverrideTest::setUp | function | core/ |
|
| SearchPageOverrideTest::testSearchPageHook | function | core/ |
|
| SearchPageRepository | class | core/ |
Provides a repository for Search Page config entities. |
| SearchPageRepository.php | file | core/ |
|
| SearchPageRepository::$configFactory | property | core/ |
The config factory. |
| SearchPageRepository::$storage | property | core/ |
The search page storage. |
| SearchPageRepository::clearDefaultSearchPage | function | core/ |
Clears the default search page. |
| SearchPageRepository::getActiveSearchPages | function | core/ |
Returns all active search page entities. |
| SearchPageRepository::getDefaultSearchPage | function | core/ |
Returns the default search page. |
| SearchPageRepository::getIndexableSearchPages | function | core/ |
Returns all active, indexable search page entities. |
| SearchPageRepository::getQuery | function | core/ |
Returns an entity query instance. |
| SearchPageRepository::isSearchActive | function | core/ |
Returns whether search is active. |
| SearchPageRepository::setDefaultSearchPage | function | core/ |
Sets a given search page as the default. |
| SearchPageRepository::sortSearchPages | function | core/ |
Sorts a list of search pages. |
| SearchPageRepository::__construct | function | core/ |
Constructs a new SearchPageRepository. |
| SearchPageRepositoryInterface | interface | core/ |
Provides the interface for a repository Search Page entities. |
| SearchPageRepositoryInterface.php | file | core/ |
|
| SearchPageRepositoryInterface::clearDefaultSearchPage | function | core/ |
Clears the default search page. |
| SearchPageRepositoryInterface::getActiveSearchPages | function | core/ |
Returns all active search page entities. |
| SearchPageRepositoryInterface::getDefaultSearchPage | function | core/ |
Returns the default search page. |
| SearchPageRepositoryInterface::getIndexableSearchPages | function | core/ |
Returns all active, indexable search page entities. |
| SearchPageRepositoryInterface::isSearchActive | function | core/ |
Returns whether search is active. |
| SearchPageRepositoryInterface::setDefaultSearchPage | function | core/ |
Sets a given search page as the default. |
| SearchPageRepositoryInterface::sortSearchPages | function | core/ |
Sorts a list of search pages. |
| SearchPageRepositoryTest | class | core/ |
@coversDefaultClass \Drupal\search\SearchPageRepository[[api-linebreak]] @group search |
| SearchPageRepositoryTest.php | file | core/ |
Contains \Drupal\Tests\search\Unit\SearchPageRepositoryTest. |
Pagination
- Previous page
- Page 1102
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.