You are here

public static function EntityUpdateHelper::getConfigName in Entity Update 8

Same name and namespace in other branches
  1. 2.0.x src/EntityUpdateHelper.php \Drupal\entity_update\EntityUpdateHelper::getConfigName()

Get Configuration Name.

4 calls to EntityUpdateHelper::getConfigName()
EntityUpdateHelper::getConfig in src/EntityUpdateHelper.php
Get Configuration Object.
Settings::buildForm in src/Form/Settings.php
Form constructor.
Settings::getEditableConfigNames in src/Form/Settings.php
Gets the configuration names that will be editable.
Settings::submitForm in src/Form/Settings.php
Form submission handler.

File

src/EntityUpdateHelper.php, line 13

Class

EntityUpdateHelper
Entity Update Helper functions.

Namespace

Drupal\entity_update

Code

public static function getConfigName() {
  return 'entity_update.settings';
}