| EntityReferenceEntityFormatter::$loggerFactory |
property |
core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/EntityReferenceEntityFormatter.php |
The logger factory. |
| EntityReferenceSettingsTest::$testLogServiceName |
property |
core/modules/field/tests/src/Kernel/EntityReference/EntityReferenceSettingsTest.php |
The service name for a logger implementation that collects anything logged. |
| EntityTestMulRevChangedWithRevisionLog |
class |
core/modules/system/tests/modules/entity_test/src/Entity/EntityTestMulRevChangedWithRevisionLog.php |
Defines the test entity class. |
| EntityTestMulRevChangedWithRevisionLog.php |
file |
core/modules/system/tests/modules/entity_test/src/Entity/EntityTestMulRevChangedWithRevisionLog.php |
|
| EntityTestMulRevChangedWithRevisionLog::baseFieldDefinitions |
function |
core/modules/system/tests/modules/entity_test/src/Entity/EntityTestMulRevChangedWithRevisionLog.php |
Provides base field definitions for an entity type. |
| EntityTestMulWithRevisionLog |
class |
core/modules/system/tests/modules/entity_test_revlog/src/Entity/EntityTestMulWithRevisionLog.php |
Defines the test entity class. |
| EntityTestMulWithRevisionLog.php |
file |
core/modules/system/tests/modules/entity_test_revlog/src/Entity/EntityTestMulWithRevisionLog.php |
|
| EntityTestMulWithRevisionLogPub |
class |
core/modules/system/tests/modules/entity_test_revlog/src/Entity/EntityTestMulWithRevisionLogPub.php |
Defines the test entity class. |
| EntityTestMulWithRevisionLogPub.php |
file |
core/modules/system/tests/modules/entity_test_revlog/src/Entity/EntityTestMulWithRevisionLogPub.php |
|
| EntityTestMulWithRevisionLogPub::baseFieldDefinitions |
function |
core/modules/system/tests/modules/entity_test_revlog/src/Entity/EntityTestMulWithRevisionLogPub.php |
Provides base field definitions for an entity type. |
| EntityTestRevlogAccessControlHandler |
class |
core/modules/system/tests/modules/entity_test_revlog/src/EntityTestRevlogAccessControlHandler.php |
Defines the access control handler for test entity types. |
| EntityTestRevlogAccessControlHandler.php |
file |
core/modules/system/tests/modules/entity_test_revlog/src/EntityTestRevlogAccessControlHandler.php |
|
| EntityTestRevlogAccessControlHandler::checkAccess |
function |
core/modules/system/tests/modules/entity_test_revlog/src/EntityTestRevlogAccessControlHandler.php |
Performs access checks. |
| EntityTestWithRevisionLog |
class |
core/modules/system/tests/modules/entity_test_revlog/src/Entity/EntityTestWithRevisionLog.php |
Defines the test entity class. |
| EntityTestWithRevisionLog.php |
file |
core/modules/system/tests/modules/entity_test_revlog/src/Entity/EntityTestWithRevisionLog.php |
|
| EntityTestWithRevisionLog::baseFieldDefinitions |
function |
core/modules/system/tests/modules/entity_test_revlog/src/Entity/EntityTestWithRevisionLog.php |
Provides base field definitions for an entity type. |
| EntityTestWithRevisionLog::setName |
function |
core/modules/system/tests/modules/entity_test_revlog/src/Entity/EntityTestWithRevisionLog.php |
Sets the name. |
| entity_test_revlog.info.yml |
file |
core/modules/system/tests/modules/entity_test_revlog/entity_test_revlog.info.yml |
core/modules/system/tests/modules/entity_test_revlog/entity_test_revlog.info.yml |
| Error::logException |
function |
core/lib/Drupal/Core/Utility/Error.php |
Log a formatted exception message to the provided logger. |
| EventBase::logMessage |
function |
core/modules/migrate/src/Event/EventBase.php |
Logs a message using the Migrate message service. |
| EventBaseTest::testLogMessage |
function |
core/modules/migrate/tests/src/Unit/Event/EventBaseTest.php |
Tests logging a message. |
| exception.logger |
service |
core/core.services.yml |
Drupal\Core\EventSubscriber\ExceptionLoggingSubscriber |
| ExceptionLoggingSubscriber |
class |
core/lib/Drupal/Core/EventSubscriber/ExceptionLoggingSubscriber.php |
Log exceptions without further handling. |
| ExceptionLoggingSubscriber.php |
file |
core/lib/Drupal/Core/EventSubscriber/ExceptionLoggingSubscriber.php |
|
| ExceptionLoggingSubscriber::$logger |
property |
core/lib/Drupal/Core/EventSubscriber/ExceptionLoggingSubscriber.php |
The logger channel factory. |
| ExceptionLoggingSubscriber::getSubscribedEvents |
function |
core/lib/Drupal/Core/EventSubscriber/ExceptionLoggingSubscriber.php |
|
| ExceptionLoggingSubscriber::on403 |
function |
core/lib/Drupal/Core/EventSubscriber/ExceptionLoggingSubscriber.php |
Log 403 errors. |
| ExceptionLoggingSubscriber::on404 |
function |
core/lib/Drupal/Core/EventSubscriber/ExceptionLoggingSubscriber.php |
Log 404 errors. |
| ExceptionLoggingSubscriber::onClientError |
function |
core/lib/Drupal/Core/EventSubscriber/ExceptionLoggingSubscriber.php |
Log 4xx errors that are not 403 or 404. |
| ExceptionLoggingSubscriber::onError |
function |
core/lib/Drupal/Core/EventSubscriber/ExceptionLoggingSubscriber.php |
Log not-otherwise-specified errors, including HTTP 500. |
| ExceptionLoggingSubscriber::onException |
function |
core/lib/Drupal/Core/EventSubscriber/ExceptionLoggingSubscriber.php |
Log all exceptions. |
| ExceptionLoggingSubscriber::__construct |
function |
core/lib/Drupal/Core/EventSubscriber/ExceptionLoggingSubscriber.php |
Constructs a new ExceptionLoggingSubscriber. |
| ExceptionLoggingSubscriberTest |
class |
core/tests/Drupal/KernelTests/Core/EventSubscriber/ExceptionLoggingSubscriberTest.php |
Tests that HTTP exceptions are logged correctly. |
| ExceptionLoggingSubscriberTest.php |
file |
core/tests/Drupal/KernelTests/Core/EventSubscriber/ExceptionLoggingSubscriberTest.php |
|
| ExceptionLoggingSubscriberTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/EventSubscriber/ExceptionLoggingSubscriberTest.php |
|
| ExceptionLoggingSubscriberTest::$testLogServiceName |
property |
core/tests/Drupal/KernelTests/Core/EventSubscriber/ExceptionLoggingSubscriberTest.php |
The service name for a logger implementation that collects anything logged. |
| ExceptionLoggingSubscriberTest::exceptionDataProvider |
function |
core/tests/Drupal/KernelTests/Core/EventSubscriber/ExceptionLoggingSubscriberTest.php |
|
| ExceptionLoggingSubscriberTest::register |
function |
core/tests/Drupal/KernelTests/Core/EventSubscriber/ExceptionLoggingSubscriberTest.php |
|
| ExceptionLoggingSubscriberTest::testExceptionLogging |
function |
core/tests/Drupal/KernelTests/Core/EventSubscriber/ExceptionLoggingSubscriberTest.php |
Tests \Drupal\Core\EventSubscriber\ExceptionLoggingSubscriber::onException(). |
| FakeLogEntries |
trait |
core/modules/dblog/tests/src/Functional/FakeLogEntries.php |
Provides methods to generate log entries. |
| FakeLogEntries.php |
file |
core/modules/dblog/tests/src/Functional/FakeLogEntries.php |
|
| FakeLogEntries::generateLogEntries |
function |
core/modules/dblog/tests/src/Functional/FakeLogEntries.php |
Generates a number of random database log events. |
| FieldBlock::$logger |
property |
core/modules/layout_builder/src/Plugin/Block/FieldBlock.php |
The logger. |
| FieldBlockTest::$logger |
property |
core/modules/layout_builder/tests/src/Kernel/FieldBlockTest.php |
The logger. |
| FieldDialogsTest |
class |
core/modules/views_ui/tests/src/FunctionalJavascript/FieldDialogsTest.php |
Tests the fields dialogs. |
| FieldDialogsTest.php |
file |
core/modules/views_ui/tests/src/FunctionalJavascript/FieldDialogsTest.php |
|
| FieldDialogsTest::$defaultTheme |
property |
core/modules/views_ui/tests/src/FunctionalJavascript/FieldDialogsTest.php |
The theme to install as the default for testing. |
| FieldDialogsTest::$modules |
property |
core/modules/views_ui/tests/src/FunctionalJavascript/FieldDialogsTest.php |
Modules to install. |
| FieldDialogsTest::$testViews |
property |
core/modules/views_ui/tests/src/FunctionalJavascript/FieldDialogsTest.php |
Views used by this test. |
| FieldDialogsTest::openFieldDialog |
function |
core/modules/views_ui/tests/src/FunctionalJavascript/FieldDialogsTest.php |
Uses the 'And/Or Rearrange' link for fields to open a dialog. |