public function ConfigImporter::getId

Returns the identifier for events and locks.

Return value

string The identifier for events and locks.

File

drupal/core/lib/Drupal/Core/Config/ConfigImporter.php, line 334
Contains \Drupal\Core\Config\ConfigImporter.

Class

ConfigImporter
Defines a configuration importer.

Namespace

Drupal\Core\Config

Code

public function getId() {
  return static::ID;
}