ModulesListExperimentalConfirmForm::getQuestion

public ModulesListExperimentalConfirmForm::getQuestion() Returns the question to ask the user. Return value string The form question. The page title will be set to this value. Overrides ModulesListConfirmForm::getQuestion File core/modules/system/src/Form/ModulesListExperimentalConfirmForm.php, line 13 Class ModulesListExperimentalConfirmForm Builds a confirmation form for enabling experimental modules. Namespace Drupal\system\Form Code public function getQuestion() { return $this-&

ModulesListExperimentalConfirmForm::getFormId

public ModulesListExperimentalConfirmForm::getFormId() Returns a unique string identifying the form. Return value string The unique string identifying the form. Overrides ModulesListConfirmForm::getFormId File core/modules/system/src/Form/ModulesListExperimentalConfirmForm.php, line 20 Class ModulesListExperimentalConfirmForm Builds a confirmation form for enabling experimental modules. Namespace Drupal\system\Form Code public function getFormId() { return 'system_modules_experiment

ModulesListExperimentalConfirmForm::buildMessageList

protected ModulesListExperimentalConfirmForm::buildMessageList() Builds the message list for the confirmation form. Return value \Drupal\Component\Render\MarkupInterface[] Array of markup for the list of messages on the form. Overrides ModulesListConfirmForm::buildMessageList See also \Drupal\system\Form\ModulesListForm::buildModuleList() File core/modules/system/src/Form/ModulesListExperimentalConfirmForm.php, line 27 Class ModulesListExperimentalConfirmForm Builds a confirmation form f

ModulesListExperimentalConfirmForm

Builds a confirmation form for enabling experimental modules. Hierarchy class \Drupal\Core\Form\FormBase implements ContainerInjectionInterface, FormInterface uses DependencySerializationTrait, LoggerChannelTrait, LinkGeneratorTrait, RedirectDestinationTrait, UrlGeneratorTrait, StringTranslationTraitclass \Drupal\Core\Form\ConfirmFormBase implements ConfirmFormInterfaceclass \Drupal\system\Form\ModulesListConfirmFormclass \Drupal\system\Form\ModulesListExperimentalConfirmForm File core/mo

ModulesListConfirmForm::__construct

public ModulesListConfirmForm::__construct(ModuleHandlerInterface $module_handler, ModuleInstallerInterface $module_installer, KeyValueStoreExpirableInterface $key_value_expirable) Constructs a ModulesListConfirmForm object. Parameters \Drupal\Core\Extension\ModuleHandlerInterface $module_handler: The module handler. \Drupal\Core\Extension\ModuleInstallerInterface $module_installer: The module installer. \Drupal\Core\KeyValueStore\KeyValueStoreExpirableInterface $key_value_expirable: The key v

ModulesListConfirmForm::submitForm

public ModulesListConfirmForm::submitForm(array &$form, FormStateInterface $form_state) Form submission handler. Parameters array $form: An associative array containing the structure of the form. \Drupal\Core\Form\FormStateInterface $form_state: The current state of the form. Overrides FormInterface::submitForm File core/modules/system/src/Form/ModulesListConfirmForm.php, line 159 Class ModulesListConfirmForm Builds a confirmation form for enabling modules with dependencies. Namespa

ModulesListConfirmForm::getQuestion

public ModulesListConfirmForm::getQuestion() Returns the question to ask the user. Return value string The form question. The page title will be set to this value. Overrides ConfirmFormInterface::getQuestion File core/modules/system/src/Form/ModulesListConfirmForm.php, line 78 Class ModulesListConfirmForm Builds a confirmation form for enabling modules with dependencies. Namespace Drupal\system\Form Code public function getQuestion() { return $this->t('Some required modules must

ModulesListConfirmForm::getFormId

public ModulesListConfirmForm::getFormId() Returns a unique string identifying the form. Return value string The unique string identifying the form. Overrides FormInterface::getFormId File core/modules/system/src/Form/ModulesListConfirmForm.php, line 106 Class ModulesListConfirmForm Builds a confirmation form for enabling modules with dependencies. Namespace Drupal\system\Form Code public function getFormId() { return 'system_modules_confirm_form'; }

ModulesListConfirmForm::getDescription

public ModulesListConfirmForm::getDescription() Returns additional text to display as a description. Return value string The form description. Overrides ConfirmFormBase::getDescription File core/modules/system/src/Form/ModulesListConfirmForm.php, line 99 Class ModulesListConfirmForm Builds a confirmation form for enabling modules with dependencies. Namespace Drupal\system\Form Code public function getDescription() { return $this->t('Would you like to continue with the above?'); }

ModulesListConfirmForm::getConfirmText

public ModulesListConfirmForm::getConfirmText() Returns a caption for the button that confirms the action. Return value string The form confirmation text. Overrides ConfirmFormBase::getConfirmText File core/modules/system/src/Form/ModulesListConfirmForm.php, line 92 Class ModulesListConfirmForm Builds a confirmation form for enabling modules with dependencies. Namespace Drupal\system\Form Code public function getConfirmText() { return $this->t('Continue'); }