You are here

9 string references to logger.channel.automatic_updates in Automatic Updates 8

ExecuteUpdates::create in src/Plugin/DatabaseUpdateHandler/ExecuteUpdates.php
Creates an instance of the plugin.
IgnoreUpdates::create in src/Plugin/DatabaseUpdateHandler/IgnoreUpdates.php
Creates an instance of the plugin.
MaintenanceModeActivate::create in src/Plugin/DatabaseUpdateHandler/MaintenanceModeActivate.php
Creates an instance of the plugin.
MaintenanceModeDisactivate::create in src/Plugin/DatabaseUpdateHandler/MaintenanceModeDisactivate.php
Creates an instance of the plugin.
ReadOnlyFilesystemTest::testDifferentLogicDiskNotWritable in tests/src/Kernel/ReadinessChecker/ReadOnlyFilesystemTest.php
Tests the readiness check on read-only file system.
ReadOnlyFilesystemTest::testDifferentLogicDiskWritable in tests/src/Kernel/ReadinessChecker/ReadOnlyFilesystemTest.php
Tests root and vendor directories are writable on different logical disks.
ReadOnlyFilesystemTest::testSameLogicDiskNotWritable in tests/src/Kernel/ReadinessChecker/ReadOnlyFilesystemTest.php
Tests non-writable core and vendor directories on same logic disk.
ReadOnlyFilesystemTest::testSameLogicDiskWritable in tests/src/Kernel/ReadinessChecker/ReadOnlyFilesystemTest.php
Tests the readiness check on writable file system on same logic disk.
RollbackUpdate::create in src/Plugin/DatabaseUpdateHandler/RollbackUpdate.php
Creates an instance of the plugin.