You are here

protected function YandexMetricsReportsCronForm::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/YandexMetricsReportsCronForm.php, line 27
Contains \Drupal\yandex_metrics_reports\Form\YandexMetricsReportsCronForm.

Class

YandexMetricsReportsCronForm
Provides a cron settings form.

Namespace

Drupal\yandex_metrics_reports\Form

Code

protected function getEditableConfigNames() {
}