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

Breadcrumb

  1. Drupal Core 11.1.x

EntityWithPluginCollectionInterface.php

Namespace

Drupal\Core\Entity

File

core/lib/Drupal/Core/Entity/EntityWithPluginCollectionInterface.php

View source
<?php

namespace Drupal\Core\Entity;

use Drupal\Core\Plugin\ObjectWithPluginCollectionInterface;

/**
 * Provides an interface for an object using a plugin collection.
 *
 * @see \Drupal\Component\Plugin\LazyPluginCollection
 *
 * @ingroup plugin_api
 */
interface EntityWithPluginCollectionInterface extends EntityInterface, ObjectWithPluginCollectionInterface {

}

Interfaces

Title Deprecated Summary
EntityWithPluginCollectionInterface Provides an interface for an object using a plugin collection.
RSS feed
Powered by Drupal