function EntityCreate::__construct

Same name in other branches
  1. 11.x core/lib/Drupal/Core/Config/Action/Plugin/ConfigAction/EntityCreate.php \Drupal\Core\Config\Action\Plugin\ConfigAction\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) {
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.