Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 8.9.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
SearchPage::values function core/modules/search/src/Plugin/migrate/source/d7/SearchPage.php Return the values of the variables specified in the plugin configuration.
SearchPageAccessControlHandler class core/modules/search/src/SearchPageAccessControlHandler.php Defines the access control handler for the search page entity type.
SearchPageAccessControlHandler.php file core/modules/search/src/SearchPageAccessControlHandler.php
SearchPageAccessControlHandler::checkAccess function core/modules/search/src/SearchPageAccessControlHandler.php Performs access checks.
SearchPageAddForm class core/modules/search/src/Form/SearchPageAddForm.php Provides a form for adding a search page.
SearchPageAddForm.php file core/modules/search/src/Form/SearchPageAddForm.php
SearchPageAddForm::actions function core/modules/search/src/Form/SearchPageAddForm.php Returns an array of supported actions for the current entity form.
SearchPageAddForm::buildForm function core/modules/search/src/Form/SearchPageAddForm.php Form constructor.
SearchPageAddForm::save function core/modules/search/src/Form/SearchPageAddForm.php Form submission handler for the 'save' action.
SearchPageCacheTagsTest class core/modules/search/tests/src/Functional/SearchPageCacheTagsTest.php Tests the search_page entity cache tags on the search results pages.
SearchPageCacheTagsTest.php file core/modules/search/tests/src/Functional/SearchPageCacheTagsTest.php
SearchPageCacheTagsTest::$defaultTheme property core/modules/search/tests/src/Functional/SearchPageCacheTagsTest.php The theme to install as the default for testing.
SearchPageCacheTagsTest::$modules property core/modules/search/tests/src/Functional/SearchPageCacheTagsTest.php Modules to install.
SearchPageCacheTagsTest::$node property core/modules/search/tests/src/Functional/SearchPageCacheTagsTest.php A node that is indexed by the search module.
SearchPageCacheTagsTest::$searchingUser property core/modules/search/tests/src/Functional/SearchPageCacheTagsTest.php A user with permission to search content.
SearchPageCacheTagsTest::setUp function core/modules/search/tests/src/Functional/SearchPageCacheTagsTest.php
SearchPageCacheTagsTest::testSearchTagsBubbling function core/modules/search/tests/src/Functional/SearchPageCacheTagsTest.php Tests the presence of expected cache tags with referenced entities.
SearchPageCacheTagsTest::testSearchText function core/modules/search/tests/src/Functional/SearchPageCacheTagsTest.php Tests the presence of the expected cache tag in various situations.
SearchPageEditForm class core/modules/search/src/Form/SearchPageEditForm.php Provides a form for editing a search page.
SearchPageEditForm.php file core/modules/search/src/Form/SearchPageEditForm.php
SearchPageEditForm::actions function core/modules/search/src/Form/SearchPageEditForm.php Returns an array of supported actions for the current entity form.
SearchPageEditForm::save function core/modules/search/src/Form/SearchPageEditForm.php Form submission handler for the 'save' action.
SearchPageForm class core/modules/search/src/Form/SearchPageForm.php Provides a search form for site wide search.
SearchPageForm.php file core/modules/search/src/Form/SearchPageForm.php
SearchPageForm::$entity property core/modules/search/src/Form/SearchPageForm.php The search page entity.
SearchPageForm::buildForm function core/modules/search/src/Form/SearchPageForm.php Form constructor.
SearchPageForm::getFormId function core/modules/search/src/Form/SearchPageForm.php Returns a unique string identifying the form.
SearchPageForm::submitForm function core/modules/search/src/Form/SearchPageForm.php Form submission handler.
SearchPageFormBase class core/modules/search/src/Form/SearchPageFormBase.php Provides a base form for search pages.
SearchPageFormBase.php file core/modules/search/src/Form/SearchPageFormBase.php
SearchPageFormBase::$entity property core/modules/search/src/Form/SearchPageFormBase.php The entity being used by this form.
SearchPageFormBase::$plugin property core/modules/search/src/Form/SearchPageFormBase.php The search plugin being configured.
SearchPageFormBase::$searchPageRepository property core/modules/search/src/Form/SearchPageFormBase.php The search page repository.
SearchPageFormBase::buildForm function core/modules/search/src/Form/SearchPageFormBase.php Form constructor.
SearchPageFormBase::create function core/modules/search/src/Form/SearchPageFormBase.php Instantiates a new instance of this class.
SearchPageFormBase::exists function core/modules/search/src/Form/SearchPageFormBase.php Determines if the search page entity already exists.
SearchPageFormBase::form function core/modules/search/src/Form/SearchPageFormBase.php Gets the actual form array to be built.
SearchPageFormBase::getBaseFormId function core/modules/search/src/Form/SearchPageFormBase.php Returns a string identifying the base form.
SearchPageFormBase::save function core/modules/search/src/Form/SearchPageFormBase.php Form submission handler for the 'save' action.
SearchPageFormBase::submitForm function core/modules/search/src/Form/SearchPageFormBase.php 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/modules/search/src/Form/SearchPageFormBase.php Form validation handler.
SearchPageFormBase::__construct function core/modules/search/src/Form/SearchPageFormBase.php Constructs a new search form.
SearchPageInterface interface core/modules/search/src/SearchPageInterface.php Provides an interface defining a search page entity.
SearchPageInterface.php file core/modules/search/src/SearchPageInterface.php
SearchPageInterface::getPath function core/modules/search/src/SearchPageInterface.php Returns the path for the search.
SearchPageInterface::getPlugin function core/modules/search/src/SearchPageInterface.php Returns the search plugin.
SearchPageInterface::getWeight function core/modules/search/src/SearchPageInterface.php Returns the weight for the page.
SearchPageInterface::isDefaultSearch function core/modules/search/src/SearchPageInterface.php Determines if this search page entity is currently the default search.
SearchPageInterface::isIndexable function core/modules/search/src/SearchPageInterface.php Determines if this search page entity is indexable.
SearchPageInterface::setPlugin function core/modules/search/src/SearchPageInterface.php Sets the search plugin.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.