function ChainEntityResolver::__construct

Same name in other branches
  1. 9 core/modules/serialization/src/EntityResolver/ChainEntityResolver.php \Drupal\serialization\EntityResolver\ChainEntityResolver::__construct()
  2. 8.9.x core/modules/serialization/src/EntityResolver/ChainEntityResolver.php \Drupal\serialization\EntityResolver\ChainEntityResolver::__construct()
  3. 11.x core/modules/serialization/src/EntityResolver/ChainEntityResolver.php \Drupal\serialization\EntityResolver\ChainEntityResolver::__construct()

Constructs a ChainEntityResolver object.

Parameters

\Drupal\serialization\EntityResolver\EntityResolverInterface[] $resolvers: The array of concrete resolvers.

File

core/modules/serialization/src/EntityResolver/ChainEntityResolver.php, line 25

Class

ChainEntityResolver
Resolver delegating the entity resolution to a chain of resolvers.

Namespace

Drupal\serialization\EntityResolver

Code

public function __construct(array $resolvers = []) {
    $this->resolvers = $resolvers;
}

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