Connection::$driverClasses

Index of what driver-specific class to use for various operations. Type: array File core/lib/Drupal/Core/Database/Connection.php, line 60 Class Connection Base Database API class. Namespace Drupal\Core\Database Code protected $driverClasses = array();

Connection::$connectionOptions

The connection information for this connection object. Type: array File core/lib/Drupal/Core/Database/Connection.php, line 104 Class Connection Base Database API class. Namespace Drupal\Core\Database Code protected $connectionOptions = array();

Connection::$connection

The actual PDO connection. Type: \PDO File core/lib/Drupal/Core/Database/Connection.php, line 97 Class Connection Base Database API class. Namespace Drupal\Core\Database Code protected $connection;

Connection::$attachedDatabases

All databases attached to the current database. This is used to allow prefixes to be safely handled without locking the table Type: array File core/lib/Drupal/Core/Database/Driver/sqlite/Connection.php, line 32 Class Connection SQLite implementation of \Drupal\Core\Database\Connection. Namespace Drupal\Core\Database\Driver\sqlite Code protected $attachedDatabases = array();

Connection

SQLite implementation of \Drupal\Core\Database\Connection. Hierarchy class \Drupal\Core\Database\Connectionclass \Drupal\Core\Database\Driver\sqlite\Connection File core/lib/Drupal/Core/Database/Driver/sqlite/Connection.php, line 12 Namespace Drupal\Core\Database\Driver\sqlite Members Name Modifiers Type Description Connection::$attachedDatabases protected property All databases attached to the current database. This is used to allow prefixes to be safely handled withou

Connection

Base Database API class. This class provides a Drupal-specific extension of the PDO database abstraction class in PHP. Every database driver implementation must provide a concrete implementation of it to support special handling required by that database. Hierarchy class \Drupal\Core\Database\Connection See also http://php.net/manual/book.pdo.php File core/lib/Drupal/Core/Database/Connection.php, line 15 Namespace Drupal\Core\Database Members Name Modifiers Type Description C

Connection

PostgreSQL implementation of \Drupal\Core\Database\Connection. Hierarchy class \Drupal\Core\Database\Connectionclass \Drupal\Core\Database\Driver\pgsql\Connection Related topics Database abstraction layer Allow the use of different database servers using the same code base. File core/lib/Drupal/Core/Database/Driver/pgsql/Connection.php, line 17 Namespace Drupal\Core\Database\Driver\pgsql Members Name Modifiers Type Description Connection::$connection protected property

Connection

MySQL implementation of \Drupal\Core\Database\Connection. Hierarchy class \Drupal\Core\Database\Connectionclass \Drupal\Core\Database\Driver\mysql\Connection Related topics Database abstraction layer Allow the use of different database servers using the same code base. File core/lib/Drupal/Core/Database/Driver/mysql/Connection.php, line 22 Namespace Drupal\Core\Database\Driver\mysql Members Name Modifiers Type Description Connection::$connection protected property The

ConfirmFormInterface::getQuestion

public ConfirmFormInterface::getQuestion() Returns the question to ask the user. Return value string The form question. The page title will be set to this value. File core/lib/Drupal/Core/Form/ConfirmFormInterface.php, line 16 Class ConfirmFormInterface Defines the behavior a confirmation form. Namespace Drupal\Core\Form Code public function getQuestion();

ConfirmFormInterface::getFormName

public ConfirmFormInterface::getFormName() Returns the internal name used to refer to the confirmation item. Return value string The internal form name. File core/lib/Drupal/Core/Form/ConfirmFormInterface.php, line 56 Class ConfirmFormInterface Defines the behavior a confirmation form. Namespace Drupal\Core\Form Code public function getFormName();