DebugAccessDecisionManager::getDecisionLog()

array getDecisionLog() Return Value array

DbalSessionHandler::read()

read($sessionId) {@inheritdoc} Parameters $sessionId

Debug

class Debug Registers all the debug tools. Methods static enable(int $errorReportingLevel = E_ALL, bool $displayErrors = true) Enables the debug tools. Details static enable(int $errorReportingLevel = E_ALL, bool $displayErrors = true) Enables the debug tools. This method registers an error handler and an exception handler. If the Symfony ClassLoader component is available, a special class loader is also registered. Parameters int $errorRepor

DbalSessionHandler::write()

write($sessionId, $data) {@inheritdoc} Parameters $sessionId $data

DbalSessionHandlerSchema

class DbalSessionHandlerSchema extends Schema DBAL Session Storage Schema. Methods __construct($tableName = 'sessions') addToSchema(Schema $schema) Details __construct($tableName = 'sessions') Parameters $tableName addToSchema(Schema $schema) Parameters Schema $schema

DbalSessionHandler::destroy()

destroy($sessionId) {@inheritdoc} Parameters $sessionId

DbalSessionHandler

class DbalSessionHandler implements SessionHandlerInterface DBAL based session storage. This implementation is very similar to Symfony\Component\HttpFoundation\Session\Storage\Handler\PdoSessionHandler but uses a Doctrine connection and thus also works with non-PDO-based drivers like mysqli and OCI8. Methods __construct(Connection $con, string $tableName = 'sessions') Constructor. open($savePath, $sessionName) {@inheritdoc} close() {@inheritdoc} destroy($sessionId) {@inher

DbalSessionHandler::close()

close() {@inheritdoc}

DbalLogger::stopQuery()

stopQuery() {@inheritdoc}

DbalSessionHandler::open()

open($savePath, $sessionName) {@inheritdoc} Parameters $savePath $sessionName