class SearchSettingsForm

Configure search settings for this site.

Hierarchy

Expanded class hierarchy of SearchSettingsForm

1 string reference to 'SearchSettingsForm'

File

drupal/core/modules/search/lib/Drupal/search/Form/SearchSettingsForm.php, line 19
Contains \Drupal\search\Form\SearchSettingsForm.

Namespace

Drupal\search\Form
View source

Members

Namesort descending Modifiers Type Description Overrides
SearchSettingsForm::$moduleHandler protected property The module handler.
SearchSettingsForm::$searchSettings protected property A configuration object with the current search settings.
SearchSettingsForm::$state protected property The Drupal state storage service.
SearchSettingsForm::buildForm public function Implements \Drupal\Core\Form\FormInterface::buildForm(). Overrides SystemConfigFormBase::buildForm
SearchSettingsForm::create public static function Instantiates a new instance of this controller. Overrides SystemConfigFormBase::create
SearchSettingsForm::getFormID public function Returns a unique string identifying the form. Overrides FormInterface::getFormID
SearchSettingsForm::getModuleOptions protected function Returns names of available search modules.
SearchSettingsForm::searchAdminReindexSubmit public function Form submission handler for the reindex button on the search admin settings form.
SearchSettingsForm::submitForm public function Implements \Drupal\Core\Form\FormInterface::submitForm(). Overrides SystemConfigFormBase::submitForm
SearchSettingsForm::validateForm public function Implements \Drupal\Core\Form\FormInterface::validateForm(). Overrides SystemConfigFormBase::validateForm
SearchSettingsForm::__construct public function Constructs a \Drupal\user\SearchSettingsForm object. Overrides SystemConfigFormBase::__construct
SystemConfigFormBase::$configFactory protected property Stores the configuration factory.