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
Namespace
Drupal\Driver\Database\sqlsrvCode
public function Name() {
return parent::CallMethod(__FUNCTION__, array(), func_get_args());
}