You are here

public function PluginSelectorInterface::setLabel in Plugin 8.2

Sets the human-readable label.

Parameters

string $label:

Return value

$this

1 method overrides PluginSelectorInterface::setLabel()
PluginSelectorBase::setLabel in src/Plugin/Plugin/PluginSelector/PluginSelectorBase.php
Sets the human-readable label.

File

src/Plugin/Plugin/PluginSelector/PluginSelectorInterface.php, line 24

Class

PluginSelectorInterface
Defines a plugin to select and configure another plugin.

Namespace

Drupal\plugin\Plugin\Plugin\PluginSelector

Code

public function setLabel($label);