| MigrateSyslogConfigsTest::testSyslogSettings |
function |
core/modules/syslog/tests/src/Kernel/Migrate/d7/MigrateSyslogConfigsTest.php |
Tests migration of syslog variables to syslog.settings.yml. |
| MigrateTestBase::$logger |
property |
core/modules/migrate/tests/src/Kernel/MigrateTestBase.php |
A logger prophecy object. |
| MigrateTestBase::setTestLogger |
function |
core/modules/migrate/tests/src/Kernel/MigrateTestBase.php |
Injects the test logger into the container. |
| MigrateUpgradeExecuteTestBase::$expectedLoggedErrors |
property |
core/modules/migrate_drupal_ui/tests/src/Functional/MigrateUpgradeExecuteTestBase.php |
The number of expected logged errors of type migrate_drupal_ui. |
| MigrateUpgradeExecuteTestBase::$outputLogs |
property |
core/modules/migrate_drupal_ui/tests/src/Functional/MigrateUpgradeExecuteTestBase.php |
Indicates if the watchdog logs should be output. |
| MigrateUpgradeExecuteTestBase::assertLogError |
function |
core/modules/migrate_drupal_ui/tests/src/Functional/MigrateUpgradeExecuteTestBase.php |
Asserts log errors. |
| MigrateUpgradeExecuteTestBase::outputLogs |
function |
core/modules/migrate_drupal_ui/tests/src/Functional/MigrateUpgradeExecuteTestBase.php |
Preserve the logs pages. |
| MigrateUpgradeTestBase::assertUserLogIn |
function |
core/modules/migrate_drupal_ui/tests/src/Functional/MigrateUpgradeTestBase.php |
Asserts that a migrated user can login. |
| MockUserLoginBlock |
class |
core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/mock_block/MockUserLoginBlock.php |
Mock implementation of a login block plugin used by Plugin API unit tests. |
| MockUserLoginBlock.php |
file |
core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/mock_block/MockUserLoginBlock.php |
|
| MockUserLoginBlock::$title |
property |
core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/mock_block/MockUserLoginBlock.php |
The title to display when rendering this block instance. |
| MockUserLoginBlock::getTitle |
function |
core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/mock_block/MockUserLoginBlock.php |
Returns the title of the block. |
| MockUserLoginBlock::__construct |
function |
core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/mock_block/MockUserLoginBlock.php |
Constructs a \Drupal\Component\Plugin\PluginBase object. |
| ModuleInstallerTest::log |
function |
core/tests/Drupal/KernelTests/Core/Extension/ModuleInstallerTest.php |
|
| ModuleTestBase::assertLogMessage |
function |
core/modules/system/tests/src/Functional/Module/ModuleTestBase.php |
Verify a log entry was entered for a module's status change. |
| NaughtyRecursiveLogger |
class |
core/tests/Drupal/Tests/Core/Logger/LoggerChannelTest.php |
Stub class for testing LoggerChannel. |
| NaughtyRecursiveLogger::$channel |
property |
core/tests/Drupal/Tests/Core/Logger/LoggerChannelTest.php |
The logger channel. |
| NaughtyRecursiveLogger::$message |
property |
core/tests/Drupal/Tests/Core/Logger/LoggerChannelTest.php |
The message to log. |
| NaughtyRecursiveLogger::log |
function |
core/tests/Drupal/Tests/Core/Logger/LoggerChannelTest.php |
|
| NaughtyRecursiveLogger::__construct |
function |
core/tests/Drupal/Tests/Core/Logger/LoggerChannelTest.php |
|
| NavigationLogoTest |
class |
core/modules/navigation/tests/src/Functional/NavigationLogoTest.php |
Tests for \Drupal\navigation\Form\SettingsForm. |
| NavigationLogoTest.php |
file |
core/modules/navigation/tests/src/Functional/NavigationLogoTest.php |
|
| NavigationLogoTest::$adminUser |
property |
core/modules/navigation/tests/src/Functional/NavigationLogoTest.php |
A user with administrative permissions. |
| NavigationLogoTest::$defaultTheme |
property |
core/modules/navigation/tests/src/Functional/NavigationLogoTest.php |
The theme to install as the default for testing. |
| NavigationLogoTest::$fileSystem |
property |
core/modules/navigation/tests/src/Functional/NavigationLogoTest.php |
The file system service. |
| NavigationLogoTest::$modules |
property |
core/modules/navigation/tests/src/Functional/NavigationLogoTest.php |
Modules to install. |
| NavigationLogoTest::setUp |
function |
core/modules/navigation/tests/src/Functional/NavigationLogoTest.php |
|
| NavigationLogoTest::testSettingsLogoOptionsForm |
function |
core/modules/navigation/tests/src/Functional/NavigationLogoTest.php |
Tests Navigation logo configuration base options. |
| NavigationRenderer::LOGO_PROVIDER_CUSTOM |
constant |
core/modules/navigation/src/NavigationRenderer.php |
Use the custom provided logo in the navigation. |
| NavigationRenderer::LOGO_PROVIDER_DEFAULT |
constant |
core/modules/navigation/src/NavigationRenderer.php |
Use the default Drupal logo in the navigation. |
| NavigationRenderer::LOGO_PROVIDER_HIDE |
constant |
core/modules/navigation/src/NavigationRenderer.php |
Hide the logo in the navigation. |
| navigation_post_update_set_logo_dimensions_default |
function |
core/modules/navigation/navigation.post_update.php |
Defines the values for the default logo dimensions. |
| NodeDeleteForm::logDeletionMessage |
function |
core/modules/node/src/Form/NodeDeleteForm.php |
|
| NodeRevisionsAllTest::$revisionLogs |
property |
core/modules/node/tests/src/Functional/NodeRevisionsAllTest.php |
Revision logs of nodes created by the setup method. |
| NodeRevisionsTest::$revisionLogs |
property |
core/modules/node/tests/src/Functional/NodeRevisionsTest.php |
Revision log messages. |
| NodeRevisionsTest::testNodeRevisionWithoutLogMessage |
function |
core/modules/node/tests/src/Functional/NodeRevisionsTest.php |
Checks that revisions are correctly saved without log messages. |
| OEmbed::$logger |
property |
core/modules/media/src/Plugin/media/Source/OEmbed.php |
The logger channel for media. |
| OEmbedFormatter::$logger |
property |
core/modules/media/src/Plugin/Field/FieldFormatter/OEmbedFormatter.php |
The logger service. |
| OEmbedIframeController::$logger |
property |
core/modules/media/src/Controller/OEmbedIframeController.php |
The logger channel. |
| OEmbedResourceConstraintValidator::$logger |
property |
core/modules/media/src/Plugin/Validation/Constraint/OEmbedResourceConstraintValidator.php |
The logger service. |
| OffCanvasDialogTest |
class |
core/modules/system/tests/src/Functional/Ajax/OffCanvasDialogTest.php |
Performs tests on opening and manipulating dialogs via AJAX commands. |
| OffCanvasDialogTest.php |
file |
core/modules/system/tests/src/Functional/Ajax/OffCanvasDialogTest.php |
|
| OffCanvasDialogTest::$defaultTheme |
property |
core/modules/system/tests/src/Functional/Ajax/OffCanvasDialogTest.php |
The theme to install as the default for testing. |
| OffCanvasDialogTest::$modules |
property |
core/modules/system/tests/src/Functional/Ajax/OffCanvasDialogTest.php |
Modules to install. |
| OffCanvasDialogTest::dialogPosition |
function |
core/modules/system/tests/src/Functional/Ajax/OffCanvasDialogTest.php |
The data provider for potential dialog positions. |
| OffCanvasDialogTest::testDialog |
function |
core/modules/system/tests/src/Functional/Ajax/OffCanvasDialogTest.php |
Tests sending AJAX requests to open and manipulate off-canvas dialog. |
| OffCanvasTest::$lastDialogClass |
property |
core/modules/system/tests/src/FunctionalJavascript/OffCanvasTest.php |
Stores to the class that should be on the last dialog. |
| OffCanvasTest::assertOffCanvasDialog |
function |
core/modules/system/tests/src/FunctionalJavascript/OffCanvasTest.php |
Asserts that the off-canvas dialog opens and renders expected content. |
| OffCanvasTestBase::getOffCanvasDialog |
function |
core/modules/system/tests/src/FunctionalJavascript/OffCanvasTestBase.php |
Gets the off-canvas dialog element. |
| OliveroTest::testSystemSiteBrandingSlogan |
function |
core/tests/Drupal/FunctionalTests/Theme/OliveroTest.php |
Tests slogan of system branding block. |