EntityWithPluginCollectionInterface.php

Same filename and directory in other branches
  1. 8.9.x core/lib/Drupal/Core/Entity/EntityWithPluginCollectionInterface.php
  2. 10 core/lib/Drupal/Core/Entity/EntityWithPluginCollectionInterface.php
  3. 11.x core/lib/Drupal/Core/Entity/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.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.