Constructs a EntityCreate object.
\Drupal\Core\Config\ConfigManagerInterface $configManager: The config manager.
\Drupal\Core\Config\Action\Exists $exists: Determines behavior of action depending on entity existence.
public function __construct(ConfigManagerInterface $configManager, Exists $exists) { }