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

Breadcrumb

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

function EntityCreate::__construct

Constructs a EntityCreate object.

Parameters

\Drupal\Core\Config\ConfigManagerInterface $configManager: The config manager.

\Drupal\Core\Config\Action\Exists $exists: Determines behavior of action depending on entity existence.

File

core/lib/Drupal/Core/Config/Action/Plugin/ConfigAction/EntityCreate.php, line 34

Class

EntityCreate
@internal This API is experimental.

Namespace

Drupal\Core\Config\Action\Plugin\ConfigAction

Code

public function __construct(ConfigManagerInterface $configManager, Exists $exists) {
}

API Navigation

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