PreExistingConfigException::getExtension

public PreExistingConfigException::getExtension()

Gets the name of the extension that is being installed.

Return value

string The name of the extension that is being installed.

File

core/lib/Drupal/Core/Config/PreExistingConfigException.php, line 43

Class

PreExistingConfigException
An exception thrown if configuration with the same name already exists.

Namespace

Drupal\Core\Config

Code

1
2
3
public function getExtension() {
  return $this->extension;
}
doc_Drupal
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.