public function DashboardBlockInterface::isConfigurable in Content Planner 8
Check if the plugin is configurable.
Return value
bool TRUE if the block is configuratble, FALSE otherwise.
File
- src/
DashboardBlockInterface.php, line 28
Class
- DashboardBlockInterface
- Defines an interface for dashboard block plugins.
Namespace
Drupal\content_plannerCode
public function isConfigurable();