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

Breadcrumb

  1. Drupal Core 11.1.x

ChainEntityResolverInterface.php

Namespace

Drupal\serialization\EntityResolver

File

core/modules/serialization/src/EntityResolver/ChainEntityResolverInterface.php

View source
<?php

namespace Drupal\serialization\EntityResolver;


/**
 * An interface for delegating an entity resolution to a chain of resolvers.
 */
interface ChainEntityResolverInterface extends EntityResolverInterface {
    
    /**
     * Adds an entity resolver.
     *
     * @param \Drupal\serialization\EntityResolver\EntityResolverInterface $resolver
     *   The entity resolver to add.
     */
    public function addResolver(EntityResolverInterface $resolver);

}

Interfaces

Title Deprecated Summary
ChainEntityResolverInterface An interface for delegating an entity resolution to a chain of resolvers.

API Navigation

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