You are here

protected function YandexMetricsReportsSettingsForm::getEditableConfigNames in Yandex.Metrics 8.2

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

yandex_metrics_reports/src/Form/YandexMetricsReportsSettingsForm.php, line 27
Contains \Drupal\yandex_metrics_reports\Form\YandexMetricsReportsSettingsForm.

Class

YandexMetricsReportsSettingsForm
Provides a reports settings form.

Namespace

Drupal\yandex_metrics_reports\Form

Code

protected function getEditableConfigNames() {
}