You are here

protected function UserCsvImportForm::getEditableConfigNames in User CSV import 8

Same name and namespace in other branches
  1. 2.0.x src/Form/UserCsvImportForm.php \Drupal\user_csv_import\Form\UserCsvImportForm::getEditableConfigNames()
  2. 1.0.x src/Form/UserCsvImportForm.php \Drupal\user_csv_import\Form\UserCsvImportForm::getEditableConfigNames()

File

src/Form/UserCsvImportForm.php, line 68

Class

UserCsvImportForm
Provides methods to define and build the user import form.

Namespace

Drupal\user_csv_import\Form

Code

protected function getEditableConfigNames() {
  return [];
}