function PrepareModulesEntityUninstallForm::create
Overrides FormBase::create
File
- 
              core/
modules/ system/ src/ Form/ PrepareModulesEntityUninstallForm.php, line 51  
Class
- PrepareModulesEntityUninstallForm
 - Provides a form removing module content entities data before uninstallation.
 
Namespace
Drupal\system\FormCode
public static function create(ContainerInterface $container) {
  return new static($container->get('entity_type.manager'));
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.