AdminReadinessMessages.php |
src/Validation/AdminReadinessMessages.php |
Drupal\automatic_updates\Validation |
|
AutomaticUpdatesEvents.php |
src/AutomaticUpdatesEvents.php |
Drupal\automatic_updates |
|
AutomaticUpdatesFunctionalTestBase.php |
tests/src/Functional/AutomaticUpdatesFunctionalTestBase.php |
Drupal\Tests\automatic_updates\Functional |
|
AutomaticUpdatesKernelTestBase.php |
tests/src/Kernel/AutomaticUpdatesKernelTestBase.php |
Drupal\Tests\automatic_updates\Kernel |
|
AutomaticUpdatesTestDisableValidatorsServiceProvider.php |
tests/modules/automatic_updates_test_disable_validators/src/AutomaticUpdatesTestDisableValidatorsServiceProvider.php |
Drupal\automatic_updates_test_disable_validators |
|
automatic_updates.info.yml |
automatic_updates.info.yml |
|
automatic_updates.info.yml |
automatic_updates.install |
automatic_updates.install |
|
Contains install and update functions for Automatic Updates. |
automatic_updates.module |
automatic_updates.module |
|
Contains hook implementations for Automatic Updates. |
automatic_updates.routing.yml |
automatic_updates.routing.yml |
|
automatic_updates.routing.yml |
automatic_updates.schema.yml |
config/schema/automatic_updates.schema.yml |
|
config/schema/automatic_updates.schema.yml |
automatic_updates.services.yml |
automatic_updates.services.yml |
|
automatic_updates.services.yml |
automatic_updates.settings.yml |
config/install/automatic_updates.settings.yml |
|
config/install/automatic_updates.settings.yml |
automatic_updates_9_3_shim.info.yml |
automatic_updates_9_3_shim/automatic_updates_9_3_shim.info.yml |
|
automatic_updates_9_3_shim/automatic_updates_9_3_shim.info.yml |
automatic_updates_9_3_shim.module |
automatic_updates_9_3_shim/automatic_updates_9_3_shim.module |
|
Contains hook implementations for Automatic Updates 9.3 shim module. |
automatic_updates_test.info.yml |
tests/modules/automatic_updates_test/automatic_updates_test.info.yml |
|
tests/modules/automatic_updates_test/automatic_updates_test.info.yml |
automatic_updates_test.routing.yml |
tests/modules/automatic_updates_test/automatic_updates_test.routing.yml |
|
tests/modules/automatic_updates_test/automatic_updates_test.routing.yml |
automatic_updates_test.services.yml |
tests/modules/automatic_updates_test/automatic_updates_test.services.yml |
|
tests/modules/automatic_updates_test/automatic_updates_test.services.yml |
automatic_updates_test2.info.yml |
tests/modules/automatic_updates_test2/automatic_updates_test2.info.yml |
|
tests/modules/automatic_updates_test2/automatic_updates_test2.info.yml |
automatic_updates_test2.services.yml |
tests/modules/automatic_updates_test2/automatic_updates_test2.services.yml |
|
tests/modules/automatic_updates_test2/automatic_updates_test2.services.yml |
automatic_updates_test_disable_validators.info.yml |
tests/modules/automatic_updates_test_disable_validators/automatic_updates_test_disable_validators.info.yml |
|
tests/modules/automatic_updates_test_disable_validators/automatic_updates_test_disable_validators.info.yml |
BatchProcessor.php |
src/BatchProcessor.php |
Drupal\automatic_updates |
|
Beginner.php |
package_manager/tests/modules/package_manager_bypass/src/Beginner.php |
Drupal\package_manager_bypass |
|
Cleaner.php |
src/ComposerStager/Cleaner.php |
Drupal\automatic_updates\ComposerStager |
|
Committer.php |
package_manager/tests/modules/package_manager_bypass/src/Committer.php |
Drupal\package_manager_bypass |
|
ComposerExecutableValidator.php |
src/Validator/ComposerExecutableValidator.php |
Drupal\automatic_updates\Validator |
|
ComposerExecutableValidatorTest.php |
tests/src/Kernel/ReadinessValidation/ComposerExecutableValidatorTest.php |
Drupal\Tests\automatic_updates\Kernel\ReadinessValidation |
|
ComposerUtility.php |
package_manager/src/ComposerUtility.php |
Drupal\package_manager |
|
CoreComposerValidator.php |
src/Validator/CoreComposerValidator.php |
Drupal\automatic_updates\Validator |
|
CoreComposerValidatorTest.php |
tests/src/Kernel/ReadinessValidation/CoreComposerValidatorTest.php |
Drupal\Tests\automatic_updates\Kernel\ReadinessValidation |
|
CorePackageManifestTest.php |
package_manager/tests/src/Kernel/CorePackageManifestTest.php |
Drupal\Tests\package_manager\Kernel |
|
CoreUpdateTest.php |
tests/src/Build/CoreUpdateTest.php |
Drupal\Tests\automatic_updates\Build |
|
CronUpdater.php |
src/CronUpdater.php |
Drupal\automatic_updates |
|
CronUpdaterTest.php |
tests/src/Kernel/CronUpdaterTest.php |
Drupal\Tests\automatic_updates\Kernel |
|
db_update.php |
tests/fixtures/db_update.php |
|
Contains a fake database update function for testing. |
DiskSpaceValidator.php |
src/Validator/DiskSpaceValidator.php |
Drupal\automatic_updates\Validator |
|
DiskSpaceValidatorTest.php |
tests/src/Kernel/ReadinessValidation/DiskSpaceValidatorTest.php |
Drupal\Tests\automatic_updates\Kernel\ReadinessValidation |
|
drupalci.yml |
drupalci.yml |
|
drupalci.yml |
ExcludedPathsSubscriber.php |
src/Event/ExcludedPathsSubscriber.php |
Drupal\automatic_updates\Event |
|
ExcludedPathsTrait.php |
src/Event/ExcludedPathsTrait.php |
Drupal\automatic_updates\Event |
|
FileCopierFactory.php |
package_manager/src/FileCopierFactory.php |
Drupal\package_manager |
|
FileCopierFactoryTest.php |
package_manager/tests/src/Kernel/FileCopierFactoryTest.php |
Drupal\Tests\package_manager\Kernel |
|
FileSystemOperationsTest.php |
tests/src/Functional/FileSystemOperationsTest.php |
Drupal\Tests\automatic_updates\Functional |
|
ignore.txt |
tests/fixtures/fake-site/files/private/ignore.txt |
|
This private file should never be staged. |
ignore.txt |
tests/fixtures/fake-site/files/public/ignore.txt |
|
This public file should never be staged. |
ignore.txt |
tests/fixtures/fake-site/sites/simpletest/ignore.txt |
|
This file should not be staged. |
JsonTrait.php |
tests/src/Traits/JsonTrait.php |
Drupal\Tests\automatic_updates\Traits |
|
LocalPackagesTrait.php |
tests/src/Traits/LocalPackagesTrait.php |
Drupal\Tests\automatic_updates\Traits |
|
PackageManagerBypassServiceProvider.php |
package_manager/tests/modules/package_manager_bypass/src/PackageManagerBypassServiceProvider.php |
Drupal\package_manager_bypass |
|
PackagesAwareTrait.php |
src/Event/PackagesAwareTrait.php |
Drupal\automatic_updates\Event |
|
package_manager.info.yml |
package_manager/package_manager.info.yml |
|
package_manager/package_manager.info.yml |