Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. UpdateReady.php

function UpdateReady::create

Overrides FormBase::create

File

core/modules/update/src/Form/UpdateReady.php, line 78

Class

UpdateReady
Configure update settings for this site.

Namespace

Drupal\update\Form

Code

public static function create(ContainerInterface $container) {
    return new static($container->get('update.root'), $container->get('module_handler'), $container->get('state'), $container->getParameter('site.path'));
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal