You are here

public function DriverAttributes::getAll in Drupal driver for SQL Server and SQL Azure 8.2

File

drivers/lib/Drupal/Driver/Database/sqlsrv/Scheme/DriverAttributes.php, line 31

Class

DriverAttributes
Type class for the driver attributes.

Namespace

Drupal\Driver\Database\sqlsrv\Scheme

Code

public function getAll() {
  return array_combine(array_keys($this->attributes), array_column($this->attributes, 'pretty'));
}