You are here

public function DatabaseFileEvent::getEditableConfigNames in Smart IP 8.3

Same name and namespace in other branches
  1. 8.4 src/DatabaseFileEvent.php \Drupal\smart_ip\DatabaseFileEvent::getEditableConfigNames()
  2. 8.2 src/DatabaseFileEvent.php \Drupal\smart_ip\DatabaseFileEvent::getEditableConfigNames()

Get the config names.

Return value

array Config names.

File

src/DatabaseFileEvent.php, line 87
Contains \Drupal\smart_ip\DatabaseFileEvent.

Class

DatabaseFileEvent
Provides Smart IP database file related events for event listeners.

Namespace

Drupal\smart_ip

Code

public function getEditableConfigNames() {
  return $this->editableConfigNames;
}