ModulesUninstallConfirmForm::buildForm

public ModulesUninstallConfirmForm::buildForm(array $form, FormStateInterface $form_state) Form constructor. Parameters array $form: An associative array containing the structure of the form. \Drupal\Core\Form\FormStateInterface $form_state: The current state of the form. Return value array The form structure. Overrides ConfirmFormBase::buildForm File core/modules/system/src/Form/ModulesUninstallConfirmForm.php, line 125 Class ModulesUninstallConfirmForm Builds a confirmation form to uni

ModulesUninstallConfirmForm::$modules

An array of modules to uninstall. Type: array File core/modules/system/src/Form/ModulesUninstallConfirmForm.php, line 54 Class ModulesUninstallConfirmForm Builds a confirmation form to uninstall selected modules. Namespace Drupal\system\Form Code protected $modules = array();

ModulesUninstallConfirmForm::$moduleInstaller

The module installer service. Type: \Drupal\Core\Extension\ModuleInstallerInterface File core/modules/system/src/Form/ModulesUninstallConfirmForm.php, line 26 Class ModulesUninstallConfirmForm Builds a confirmation form to uninstall selected modules. Namespace Drupal\system\Form Code protected $moduleInstaller;

ModulesUninstallConfirmForm::$keyValueExpirable

The expirable key value store. Type: \Drupal\Core\KeyValueStore\KeyValueStoreExpirableInterface File core/modules/system/src/Form/ModulesUninstallConfirmForm.php, line 33 Class ModulesUninstallConfirmForm Builds a confirmation form to uninstall selected modules. Namespace Drupal\system\Form Code protected $keyValueExpirable;

ModulesUninstallConfirmForm::$entityManager

The entity manager. Type: \Drupal\Core\Entity\EntityManagerInterface File core/modules/system/src/Form/ModulesUninstallConfirmForm.php, line 47 Class ModulesUninstallConfirmForm Builds a confirmation form to uninstall selected modules. Namespace Drupal\system\Form Code protected $entityManager;

ModulesUninstallConfirmForm::$configManager

The configuration manager. Type: \Drupal\Core\Config\ConfigManagerInterface File core/modules/system/src/Form/ModulesUninstallConfirmForm.php, line 40 Class ModulesUninstallConfirmForm Builds a confirmation form to uninstall selected modules. Namespace Drupal\system\Form Code protected $configManager;

ModulesUninstallConfirmForm

Builds a confirmation form to uninstall selected 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\ModulesUninstallConfirmForm uses ConfigDependencyDeleteFormTrait File core/modules/system/src/Form/M

ModulesListForm::__construct

public ModulesListForm::__construct(ModuleHandlerInterface $module_handler, ModuleInstallerInterface $module_installer, KeyValueStoreExpirableInterface $key_value_expirable, AccessManagerInterface $access_manager, AccountInterface $current_user, PermissionHandlerInterface $permission_handler) Constructs a ModulesListForm object. Parameters \Drupal\Core\Extension\ModuleHandlerInterface $module_handler: The module handler. \Drupal\Core\Extension\ModuleInstallerInterface $module_installer: The mo

ModulesListForm::submitForm

public ModulesListForm::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/ModulesListForm.php, line 427 Class ModulesListForm Provides module installation interface. Namespace Drupal\system\Form Code public function sub

ModulesListForm::getFormId

public ModulesListForm::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/ModulesListForm.php, line 108 Class ModulesListForm Provides module installation interface. Namespace Drupal\system\Form Code public function getFormId() { return 'system_modules'; }