You are here

public function ContentLoader::__construct in YAML Content 8

ContentLoader constructor.

Parameters

\Symfony\Component\DependencyInjection\ContainerInterface $container: The dependency injection container to load dependent services.

File

src/ContentLoader/ContentLoader.php, line 106

Class

ContentLoader
ContentLoader class for parsing and importing YAML content.

Namespace

Drupal\yaml_content\ContentLoader

Code

public function __construct(ContainerInterface $container) {
  $this->container = $container;
}