You are here

public function EntityLoadHelper::__construct in YAML Content 8

Constructs the entity load helper service.

Parameters

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

File

src/Service/EntityLoadHelper.php, line 57

Class

EntityLoadHelper
A helper class to support identification and loading of existing entities.

Namespace

Drupal\yaml_content\Service

Code

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