You are here

public function Fz152PluginBase::getId in FZ152 8

Overrides Fz152PluginInterface::getId

File

src/Fz152PluginBase.php, line 15

Class

Fz152PluginBase
Provides a base class for all types of plugin settings.

Namespace

Drupal\fz152

Code

public function getId() {
  return $this->pluginDefinition['id'];
}