public function PluginCollectionItemInterface::getPluginType in Plugin 8.2
Returns the type of the plugins contained by this item.
Return value
\Drupal\plugin\PluginType\PluginTypeInterface
1 call to PluginCollectionItemInterface::getPluginType()
- PluginCollectionItemBase::getValue in src/
Plugin/ Field/ FieldType/ PluginCollectionItemBase.php - Gets the data value.
1 method overrides PluginCollectionItemInterface::getPluginType()
- PluginCollectionItem::getPluginType in src/
Plugin/ Field/ FieldType/ PluginCollectionItem.php - Returns the type of the plugins contained by this item.
File
- src/
Plugin/ Field/ FieldType/ PluginCollectionItemInterface.php, line 18
Class
- PluginCollectionItemInterface
- Defines a plugin collection field item.
Namespace
Drupal\plugin\Plugin\Field\FieldTypeCode
public function getPluginType();