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

Breadcrumb

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

function ObjectWithPluginCollectionInterface::getPluginCollections

Gets the plugin collections used by this object.

Return value

\Drupal\Component\Plugin\LazyPluginCollection[] An array of plugin collections, keyed by the property name they use to store their configuration.

File

core/lib/Drupal/Core/Plugin/ObjectWithPluginCollectionInterface.php, line 24

Class

ObjectWithPluginCollectionInterface
Provides an interface for an object using a plugin collection.

Namespace

Drupal\Core\Plugin

Code

public function getPluginCollections();

API Navigation

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