function ChainEntityResolverInterface::addResolver
Adds an entity resolver.
Parameters
\Drupal\serialization\EntityResolver\EntityResolverInterface $resolver: The entity resolver to add.
1 method overrides ChainEntityResolverInterface::addResolver()
- ChainEntityResolver::addResolver in core/
modules/ serialization/ src/ EntityResolver/ ChainEntityResolver.php - Adds an entity resolver.
File
-
core/
modules/ serialization/ src/ EntityResolver/ ChainEntityResolverInterface.php, line 16
Class
- ChainEntityResolverInterface
- An interface for delegating an entity resolution to a chain of resolvers.
Namespace
Drupal\serialization\EntityResolverCode
public function addResolver(EntityResolverInterface $resolver);
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.