protected function DashboardBlockBase::getEditableConfigNames in Content Planner 8
Gets the configuration names that will be editable.
Return value
array An array of configuration object names that are editable if called in conjunction with the trait's config() method.
Overrides ConfigFormBaseTrait::getEditableConfigNames
File
- src/
DashboardBlockBase.php, line 67
Class
- DashboardBlockBase
- Implements DashboardBlockBase.
Namespace
Drupal\content_plannerCode
protected function getEditableConfigNames() {
}