RegionalForm::getEditableConfigNames

protected RegionalForm::getEditableConfigNames()

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

core/modules/system/src/Form/RegionalForm.php, line 56

Class

RegionalForm
Configure regional settings for this site.

Namespace

Drupal\system\Form

Code

protected function getEditableConfigNames() {
  return ['system.date'];
}
doc_Drupal
2016-10-29 09:37:03
Comments
Leave a Comment

Please login to continue.