You are here

public function VideoEmbedHtml5ConfigForm::getEditableConfigNames in Video Embed HTML5 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/Form/VideoEmbedHtml5ConfigForm.php, line 51

Class

VideoEmbedHtml5ConfigForm
Class VideoEmbedHtml5ConfigForm @package Drupal\video_embed_html5\Form

Namespace

Drupal\video_embed_html5\Form

Code

public function getEditableConfigNames() {
  return [
    'video_embed_html5.config',
  ];
}