Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. ChainEntityResolverInterface.php

function ChainEntityResolverInterface::addResolver

Adds an entity resolver.

Parameters

\Drupal\serialization\EntityResolver\EntityResolverInterface $resolver: The entity resolver to add.

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\EntityResolver

Code

public function addResolver(EntityResolverInterface $resolver);

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal