You are here

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_planner

Code

protected function getEditableConfigNames() {
}