You are here

public function PluginCollectionItemInterface::getContainedPluginConfiguration in Plugin 8.2

Sets the plugin configuration.

Return value

mixed[]

Deprecated

Deprecated as of 8.x-2.0 and scheduled for removal before 8.x-3.0. Use static::getContainedPluginInstance()->getConfiguration() instead.

1 method overrides PluginCollectionItemInterface::getContainedPluginConfiguration()
PluginCollectionItemBase::getContainedPluginConfiguration in src/Plugin/Field/FieldType/PluginCollectionItemBase.php
Sets the plugin configuration.

File

src/Plugin/Field/FieldType/PluginCollectionItemInterface.php, line 107

Class

PluginCollectionItemInterface
Defines a plugin collection field item.

Namespace

Drupal\plugin\Plugin\Field\FieldType

Code

public function getContainedPluginConfiguration();