You are here

public function PluginCollectionItemInterface::getContainedPluginId in Plugin 8.2

Gets the plugin ID.

Return value

string

Deprecated

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

1 method overrides PluginCollectionItemInterface::getContainedPluginId()
PluginCollectionItemBase::getContainedPluginId in src/Plugin/Field/FieldType/PluginCollectionItemBase.php
Gets the plugin ID.

File

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

Class

PluginCollectionItemInterface
Defines a plugin collection field item.

Namespace

Drupal\plugin\Plugin\Field\FieldType

Code

public function getContainedPluginId();