You are here

public function DashboardBlockBase::getName in Content Planner 8

Return the name of the block.

Return value

string The name of the block.

Overrides DashboardBlockInterface::getName

File

src/DashboardBlockBase.php, line 74

Class

DashboardBlockBase
Implements DashboardBlockBase.

Namespace

Drupal\content_planner

Code

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