You are here

public function AddToCalTypeBase::getName in Add to Cal 8

Return the name of the type plugin.

Return value

string

Overrides AddToCalTypeInterface::getName

File

src/AddToCalTypeBase.php, line 54

Class

AddToCalTypeBase

Namespace

Drupal\addtocal

Code

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