Constructs a ChainEntityResolver object.
\Drupal\serialization\EntityResolver\EntityResolverInterface[] $resolvers: The array of concrete resolvers.
public function __construct(array $resolvers = []) { $this->resolvers = $resolvers; }