You are here

public function ExtensionData::Name in Drupal driver for SQL Server and SQL Azure 8.2

The name of the Extension.

File

drivers/lib/Drupal/Driver/Database/sqlsrv/ExtensionData.php, line 14

Class

ExtensionData

Namespace

Drupal\Driver\Database\sqlsrv

Code

public function Name() {
  return parent::CallMethod(__FUNCTION__, array(), func_get_args());
}