MockUserLoginBlock.php |
file |
drupal/core/modules/system/tests/modules/plugin_test/lib/Drupal/plugin_test/Plugin/plugin_test/mock_block/MockUserLoginBlock.php |
Definition of Drupal\plugin_test\Plugin\plugin_test\mock_block\MockUserLoginBlock. |
LoggingForm::getFormID |
function |
drupal/core/modules/system/lib/Drupal/system/Form/LoggingForm.php |
Returns a unique string identifying the form. |
LoggingForm::buildForm |
function |
drupal/core/modules/system/lib/Drupal/system/Form/LoggingForm.php |
Implements \Drupal\Core\Form\FormInterface::buildForm(). |
dblog_clear_log_submit |
function |
drupal/core/modules/dblog/dblog.admin.inc |
Form submission handler for dblog_clear_log_form(). |
LoggerInterface::emerg |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Log/LoggerInterface.php |
@api |
LoggerTrait::emergency |
function |
drupal/core/vendor/psr/log/Psr/Log/LoggerTrait.php |
System is unusable. |
LoggerInterfaceTest.php |
file |
drupal/core/vendor/psr/log/Psr/Log/Test/LoggerInterfaceTest.php |
|
AbstractLogger::warning |
function |
drupal/core/vendor/psr/log/Psr/Log/AbstractLogger.php |
Exceptional occurrences that are not errors. |
TestLogger::countErrors |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/EventListener/ExceptionListenerTest.php |
Returns the number of errors. |
LoggerInterface::notice |
function |
drupal/core/vendor/psr/log/Psr/Log/LoggerInterface.php |
Normal but significant events. |
ErrorHandler::setLogger |
function |
drupal/core/vendor/symfony/debug/Symfony/Component/Debug/ErrorHandler.php |
|
RouterListener::$logger |
property |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/EventListener/RouterListener.php |
|
LoggerDataCollector.php |
file |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/DataCollector/LoggerDataCollector.php |
|
LoggerDataCollectorTest |
class |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/DataCollector/LoggerDataCollectorTest.php |
|
CloseModalDialogCommand |
class |
drupal/core/lib/Drupal/Core/Ajax/CloseModalDialogCommand.php |
Defines an AJAX command that closes the currently visible modal dialog. |
DBLogTest::testWatchdog |
function |
drupal/core/modules/rest/lib/Drupal/rest/Tests/DBLogTest.php |
Writes a log messages and retrieves it via the REST API. |
LoggingForm::submitForm |
function |
drupal/core/modules/system/lib/Drupal/system/Form/LoggingForm.php |
Implements \Drupal\Core\Form\FormInterface::submitForm(). |
Compiler::addLogMessage |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Compiler/Compiler.php |
Adds a log message. |
Logging severity levels |
group |
drupal/core/includes/bootstrap.inc |
Logging severity levels as defined in RFC 3164. |
DbLogTest::verifyEvents |
function |
drupal/core/modules/dblog/lib/Drupal/dblog/Tests/DbLogTest.php |
Generates and then verifies various types of events. |
DbLogTest::getTypeCount |
function |
drupal/core/modules/dblog/lib/Drupal/dblog/Tests/DbLogTest.php |
Gets the count of database log entries by database log event type. |
DbLogController::create |
function |
drupal/core/modules/dblog/lib/Drupal/dblog/Controller/DbLogController.php |
Instantiates a new instance of this controller. |
session_test_user_login |
function |
drupal/core/modules/system/tests/modules/session_test/session_test.module |
Implements hook_user_login(). |
DialogController::modal |
function |
drupal/core/lib/Drupal/Core/Controller/DialogController.php |
Displays content in a modal dialog. |
AbstractLogger::critical |
function |
drupal/core/vendor/psr/log/Psr/Log/AbstractLogger.php |
Critical conditions. |
LoggerInterface::warning |
function |
drupal/core/vendor/psr/log/Psr/Log/LoggerInterface.php |
Exceptional occurrences that are not errors. |
ErrorsLoggerListener.php |
file |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/EventListener/ErrorsLoggerListener.php |
|
OpenDialogCommand::$html |
property |
drupal/core/lib/Drupal/Core/Ajax/OpenDialogCommand.php |
HTML content that will placed in the dialog. |
DebugLoggerInterface.php |
file |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Log/DebugLoggerInterface.php |
|
NodeRevisionsTest::$logs |
property |
drupal/core/modules/node/lib/Drupal/node/Tests/NodeRevisionsTest.php |
|
user_login_name_validate |
function |
drupal/core/modules/user/user.module |
A FAPI validate handler. Sets an error if supplied username has been blocked. |
LoggingFormatter::format |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Compiler/LoggingFormatter.php |
|
WebTestBase::drupalLogin |
function |
drupal/core/modules/simpletest/lib/Drupal/simpletest/WebTestBase.php |
Log in a user with the internal browser. |
SyslogTest::testSettings |
function |
drupal/core/modules/syslog/lib/Drupal/syslog/Tests/SyslogTest.php |
Tests the syslog settings page. |
LoggerAwareInterface.php |
file |
drupal/core/vendor/psr/log/Psr/Log/LoggerAwareInterface.php |
|
DbLogTest::verifyReports |
function |
drupal/core/modules/dblog/lib/Drupal/dblog/Tests/DbLogTest.php |
Confirms that database log reports are displayed at the correct paths. |
DbLogTest::getLogEntries |
function |
drupal/core/modules/dblog/lib/Drupal/dblog/Tests/DbLogTest.php |
Gets the database log event information from the browser page. |
LoginStatusCheck::access |
function |
drupal/core/modules/user/lib/Drupal/user/Access/LoginStatusCheck.php |
Checks for access to route. |
dblog_build_filter_query |
function |
drupal/core/modules/dblog/dblog.admin.inc |
Builds a query for database log administration filters based on session. |
dblog_filter_form_submit |
function |
drupal/core/modules/dblog/dblog.admin.inc |
Form submission handler for dblog_filter_form(). |
DisplayInternalLogicTest |
class |
drupal/core/modules/layout/lib/Drupal/layout/Tests/DisplayInternalLogicTest.php |
Tests the API and internal logic offered by Displays. |
DialogController::dialog |
function |
drupal/core/lib/Drupal/Core/Controller/DialogController.php |
Displays content in a dialog. |
_dblog_get_message_types |
function |
drupal/core/modules/dblog/dblog.module |
Gathers a list of uniquely defined database log message types. |
ajax_test_dialog_contents |
function |
drupal/core/modules/system/tests/modules/ajax_test/ajax_test.module |
Returns example content for dialog tests. |
AbstractLogger::emergency |
function |
drupal/core/vendor/psr/log/Psr/Log/AbstractLogger.php |
System is unusable. |
LoggerInterface::critical |
function |
drupal/core/vendor/psr/log/Psr/Log/LoggerInterface.php |
Critical conditions. |
OpenDialogCommand::$title |
property |
drupal/core/lib/Drupal/Core/Ajax/OpenDialogCommand.php |
The title of the dialog. |
OpenDialogCommand::render |
function |
drupal/core/lib/Drupal/Core/Ajax/OpenDialogCommand.php |
Implements \Drupal\Core\Ajax\CommandInterface:render(). |
user_login_final_validate |
function |
drupal/core/modules/user/user.module |
The final validation handler on the login form. |
WebTestBase::drupalLogout |
function |
drupal/core/modules/simpletest/lib/Drupal/simpletest/WebTestBase.php |
|