function DatabaseDriver::getName

Returns the internal name of the extension.

Return value

string

Overrides Extension::getName

File

core/lib/Drupal/Core/Extension/DatabaseDriver.php, line 78

Class

DatabaseDriver
Defines a database driver extension object.

Namespace

Drupal\Core\Extension

Code

public function getName() {
  return $this->getNamespace();
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.