| 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. |
| FieldDialogsTest::setUp |
function |
core/modules/views_ui/tests/src/FunctionalJavascript/FieldDialogsTest.php |
|
| FieldDialogsTest::testRemoveFieldHandler |
function |
core/modules/views_ui/tests/src/FunctionalJavascript/FieldDialogsTest.php |
Tests removing a field through the rearrange dialog. |
| FieldDiscovery::$logger |
property |
core/modules/migrate_drupal/src/FieldDiscovery.php |
The logger channel service. |
| FieldDiscoveryTest::$logger |
property |
core/modules/migrate_drupal/tests/src/Unit/FieldDiscoveryTest.php |
A LoggerChannelInterface prophecy. |
| FieldDiscoveryTest::$logger |
property |
core/modules/migrate_drupal/tests/src/Kernel/d6/FieldDiscoveryTest.php |
The logger. |
| FieldDiscoveryTest::$logger |
property |
core/modules/migrate_drupal/tests/src/Kernel/d7/FieldDiscoveryTest.php |
The logger. |
| FieldTest::testModalDialogTitle |
function |
core/modules/views/tests/src/FunctionalJavascript/Plugin/views/Handler/FieldTest.php |
Tests custom text field modal title. |
| FileSaveHtaccessLoggingTest |
class |
core/modules/system/tests/src/Functional/File/FileSaveHtaccessLoggingTest.php |
Tests the log message added by the HtaccessWriter service. |
| FileSaveHtaccessLoggingTest.php |
file |
core/modules/system/tests/src/Functional/File/FileSaveHtaccessLoggingTest.php |
|
| FileSaveHtaccessLoggingTest::$defaultTheme |
property |
core/modules/system/tests/src/Functional/File/FileSaveHtaccessLoggingTest.php |
The theme to install as the default for testing. |
| FileSaveHtaccessLoggingTest::$modules |
property |
core/modules/system/tests/src/Functional/File/FileSaveHtaccessLoggingTest.php |
Modules to install. |
| FileSaveHtaccessLoggingTest::testHtaccessSave |
function |
core/modules/system/tests/src/Functional/File/FileSaveHtaccessLoggingTest.php |
Tests the HtaccessWriter service write functionality. |
| FileSystemTest::$logger |
property |
core/tests/Drupal/Tests/Core/File/FileSystemTest.php |
The file logger channel. |
| FileTestHelper::logCall |
function |
core/modules/file/tests/file_test/src/FileTestHelper.php |
Store the values passed to a hook invocation. |
| FilterCriteriaTest::openFilterDialog |
function |
core/modules/views_ui/tests/src/FunctionalJavascript/FilterCriteriaTest.php |
Uses the 'And/Or Rearrange' link for filters to open a dialog. |
| FilterCriteriaTest::testFilterCriteriaDialog |
function |
core/modules/views_ui/tests/src/FunctionalJavascript/FilterCriteriaTest.php |
Tests dialog for filter criteria. |
| FilterNull::$logged |
property |
core/modules/filter/src/Plugin/Filter/FilterNull.php |
Tracks if an alert about this filter has been logged. |
| FormBase::logger |
function |
core/lib/Drupal/Core/Form/FormBase.php |
Gets the logger for a specific channel. |
| FormCache::$logger |
property |
core/lib/Drupal/Core/Form/FormCache.php |
Logger channel. |
| FormCacheTest::$logger |
property |
core/tests/Drupal/Tests/Core/Form/FormCacheTest.php |
The logger channel. |
| FormStateDecoratorBaseTest::testSetCachedWithLogicException |
function |
core/tests/Drupal/Tests/Core/Form/FormStateDecoratorBaseTest.php |
Tests set cached with logic exception. |
| FormTestBase::$logger |
property |
core/tests/Drupal/Tests/Core/Form/FormTestBase.php |
|
| FormValidator::$logger |
property |
core/lib/Drupal/Core/Form/FormValidator.php |
A logger instance. |
| FormValidatorTest::$logger |
property |
core/tests/Drupal/Tests/Core/Form/FormValidatorTest.php |
A logger instance. |
| hook_user_login |
function |
core/modules/user/user.api.php |
The user just logged in. |
| hook_user_logout |
function |
core/modules/user/user.api.php |
The user just logged out. |
| HtmlOutputLogger |
class |
core/tests/Drupal/TestTools/Extension/HtmlLogging/HtmlOutputLogger.php |
Drupal's extension for providing HTML output results for functional tests. |
| HtmlOutputLogger.php |
file |
core/tests/Drupal/TestTools/Extension/HtmlLogging/HtmlOutputLogger.php |
|
| HtmlOutputLogger::$browserOutputFile |
property |
core/tests/Drupal/TestTools/Extension/HtmlLogging/HtmlOutputLogger.php |
A file with list of links to HTML pages generated. |
| HtmlOutputLogger::$enabled |
property |
core/tests/Drupal/TestTools/Extension/HtmlLogging/HtmlOutputLogger.php |
The status of the extension. |
| HtmlOutputLogger::$outputDirectory |
property |
core/tests/Drupal/TestTools/Extension/HtmlLogging/HtmlOutputLogger.php |
A file with list of links to HTML pages generated. |
| HtmlOutputLogger::$outputVerbose |
property |
core/tests/Drupal/TestTools/Extension/HtmlLogging/HtmlOutputLogger.php |
Verbosity of the final report. |
| HtmlOutputLogger::bootstrap |
function |
core/tests/Drupal/TestTools/Extension/HtmlLogging/HtmlOutputLogger.php |
|
| HtmlOutputLogger::log |
function |
core/tests/Drupal/TestTools/Extension/HtmlLogging/HtmlOutputLogger.php |
Logs a link to a generated HTML page. |
| HtmlOutputLogger::testRunnerFinished |
function |
core/tests/Drupal/TestTools/Extension/HtmlLogging/HtmlOutputLogger.php |
Prints the list of HTML output generated during the test. |
| HtmlOutputLogger::testRunnerStarted |
function |
core/tests/Drupal/TestTools/Extension/HtmlLogging/HtmlOutputLogger.php |
Empties the list of the HTML output created during the test run. |
| IconFinderTest::$logger |
property |
core/tests/Drupal/Tests/Core/Theme/Icon/IconFinderTest.php |
The logger service instance. |
| ImageEffectBase::$logger |
property |
core/modules/image/src/ImageEffectBase.php |
A logger instance. |
| ImageStyleDownloadController::$logger |
property |
core/modules/image/src/Controller/ImageStyleDownloadController.php |
A logger instance. |
| ImageToolkitOperationBase::$logger |
property |
core/lib/Drupal/Core/ImageToolkit/ImageToolkitOperationBase.php |
A logger instance. |
| ImageToolkitOperationManager::$logger |
property |
core/lib/Drupal/Core/ImageToolkit/ImageToolkitOperationManager.php |
A logger instance. |