public function DashboardBlockInterface::getName in Content Planner 8
Return the name of the block.
Return value
string The name of the block.
1 method overrides DashboardBlockInterface::getName()
- DashboardBlockBase::getName in src/
DashboardBlockBase.php - Return the name of the block.
File
- src/
DashboardBlockInterface.php, line 20
Class
- DashboardBlockInterface
- Defines an interface for dashboard block plugins.
Namespace
Drupal\content_plannerCode
public function getName();