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 10.3.x for %s
  5. Search 11.x for %s
  6. Other projects
Title Object type File name Summary
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 the implementing class using autowiring.
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.
SearchPageJsonAnonTest class core/modules/search/tests/src/Functional/Rest/SearchPageJsonAnonTest.php Tests Search Page Json Anon.
SearchPageJsonAnonTest.php file core/modules/search/tests/src/Functional/Rest/SearchPageJsonAnonTest.php
SearchPageJsonAnonTest::$defaultTheme property core/modules/search/tests/src/Functional/Rest/SearchPageJsonAnonTest.php The theme to install as the default for testing.
SearchPageJsonAnonTest::$format property core/modules/search/tests/src/Functional/Rest/SearchPageJsonAnonTest.php The format to use in this test.
SearchPageJsonAnonTest::$mimeType property core/modules/search/tests/src/Functional/Rest/SearchPageJsonAnonTest.php The MIME type that corresponds to $format.
SearchPageJsonBasicAuthTest class core/modules/search/tests/src/Functional/Rest/SearchPageJsonBasicAuthTest.php Tests Search Page Json Basic Auth.
SearchPageJsonBasicAuthTest.php file core/modules/search/tests/src/Functional/Rest/SearchPageJsonBasicAuthTest.php
SearchPageJsonBasicAuthTest::$auth property core/modules/search/tests/src/Functional/Rest/SearchPageJsonBasicAuthTest.php The authentication mechanism to use in this test.
SearchPageJsonBasicAuthTest::$defaultTheme property core/modules/search/tests/src/Functional/Rest/SearchPageJsonBasicAuthTest.php The theme to install as the default for testing.
SearchPageJsonBasicAuthTest::$format property core/modules/search/tests/src/Functional/Rest/SearchPageJsonBasicAuthTest.php The format to use in this test.
SearchPageJsonBasicAuthTest::$mimeType property core/modules/search/tests/src/Functional/Rest/SearchPageJsonBasicAuthTest.php The MIME type that corresponds to $format.
SearchPageJsonBasicAuthTest::$modules property core/modules/search/tests/src/Functional/Rest/SearchPageJsonBasicAuthTest.php Modules to install.
SearchPageJsonCookieTest class core/modules/search/tests/src/Functional/Rest/SearchPageJsonCookieTest.php Tests Search Page Json Cookie.
SearchPageJsonCookieTest.php file core/modules/search/tests/src/Functional/Rest/SearchPageJsonCookieTest.php
SearchPageJsonCookieTest::$auth property core/modules/search/tests/src/Functional/Rest/SearchPageJsonCookieTest.php The authentication mechanism to use in this test.
SearchPageJsonCookieTest::$defaultTheme property core/modules/search/tests/src/Functional/Rest/SearchPageJsonCookieTest.php The theme to install as the default for testing.
SearchPageJsonCookieTest::$format property core/modules/search/tests/src/Functional/Rest/SearchPageJsonCookieTest.php The format to use in this test.
SearchPageJsonCookieTest::$mimeType property core/modules/search/tests/src/Functional/Rest/SearchPageJsonCookieTest.php The MIME type that corresponds to $format.
SearchPageListBuilder class core/modules/search/src/SearchPageListBuilder.php Defines a class to build a listing of search page entities.
SearchPageListBuilder.php file core/modules/search/src/SearchPageListBuilder.php
SearchPageListBuilder::$configFactory property core/modules/search/src/SearchPageListBuilder.php Stores the configuration factory.
SearchPageListBuilder::$entities property core/modules/search/src/SearchPageListBuilder.php The entities being listed.
SearchPageListBuilder::$messenger property core/modules/search/src/SearchPageListBuilder.php The messenger.
SearchPageListBuilder::$searchIndex property core/modules/search/src/SearchPageListBuilder.php The search index.
SearchPageListBuilder::$searchManager property core/modules/search/src/SearchPageListBuilder.php The search manager.
SearchPageListBuilder::buildForm function core/modules/search/src/SearchPageListBuilder.php Form constructor.

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