You are here

public function UserOptions::TextSize in Drupal driver for SQL Server and SQL Azure 8.2

Return value

string

File

drivers/lib/Drupal/Driver/Database/sqlsrv/Scheme/UserOptions.php, line 78

Class

UserOptions

Namespace

Drupal\Driver\Database\sqlsrv\Scheme

Code

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