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

Breadcrumb

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

function UpdateManagerAccessCheck::__construct

Constructs an UpdateManagerAccessCheck object.

Parameters

\Drupal\Core\Site\Settings $settings: The read-only settings container.

File

core/modules/update/src/Access/UpdateManagerAccessCheck.php, line 32

Class

UpdateManagerAccessCheck
Determines whether allow authorized operations is set.

Namespace

Drupal\update\Access

Code

public function __construct(Settings $settings) {
    $this->settings = $settings;
}

API Navigation

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