You are here

public function TamperPluginDefinition::getLabel in Tamper 7

Returns the definition label.

Return value

string The label of the plugin.

File

src/Tamper.php, line 87
Contains TamperPluginBase.

Class

TamperPluginDefinition
Wraps a plugin definition array.

Code

public function getLabel() {
  return $this->definition['name'];
}