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\ConfigActionCode
public function __construct(protected readonly ConfigManagerInterface $configManager, protected readonly Exists $exists) {
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.