abstract protected function PdoProfilerStorage::initDb

Initializes the database

Throws

\RuntimeException When the requested database driver is not installed

7 calls to PdoProfilerStorage::initDb()
2 methods override PdoProfilerStorage::initDb()

File

drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/PdoProfilerStorage.php, line 147

Class

PdoProfilerStorage
Base PDO storage for profiling information in a PDO database.

Namespace

Symfony\Component\HttpKernel\Profiler

Code

protected abstract function initDb();