Issue #3364699 by claudiu.cristea: Replace 'storage_method' with 'tags'
parent
2c580e61
No related branches found
No related tags found
Showing
- README.md 2 additions, 2 deletionsREADME.md
- drush/key.drush.inc 5 additions, 1 deletiondrush/key.drush.inc
- drush/key_provider_list.drush.inc 8 additions, 2 deletionsdrush/key_provider_list.drush.inc
- src/Annotation/KeyProvider.php 14 additions, 0 deletionssrc/Annotation/KeyProvider.php
- src/Commands/KeyCommands.php 14 additions, 4 deletionssrc/Commands/KeyCommands.php
- src/KeyRepository.php 17 additions, 4 deletionssrc/KeyRepository.php
- src/KeyRepositoryInterface.php 18 additions, 0 deletionssrc/KeyRepositoryInterface.php
- src/Plugin/KeyPluginManager.php 8 additions, 0 deletionssrc/Plugin/KeyPluginManager.php
- src/Plugin/KeyProvider/ConfigKeyProvider.php 3 additions, 1 deletionsrc/Plugin/KeyProvider/ConfigKeyProvider.php
- src/Plugin/KeyProvider/EnvKeyProvider.php 3 additions, 1 deletionsrc/Plugin/KeyProvider/EnvKeyProvider.php
- src/Plugin/KeyProvider/FileKeyProvider.php 3 additions, 1 deletionsrc/Plugin/KeyProvider/FileKeyProvider.php
- tests/modules/key_test/src/Plugin/KeyProvider/DeprecatedDefinition.php 29 additions, 0 deletions.../key_test/src/Plugin/KeyProvider/DeprecatedDefinition.php
- tests/modules/key_test/src/Plugin/KeyProvider/State.php 3 additions, 1 deletiontests/modules/key_test/src/Plugin/KeyProvider/State.php
- tests/src/Kernel/KeyDeprecationTest.php 46 additions, 0 deletionstests/src/Kernel/KeyDeprecationTest.php
- tests/src/Unit/Entity/KeyEntityTest.php 3 additions, 3 deletionstests/src/Unit/Entity/KeyEntityTest.php
tests/src/Kernel/KeyDeprecationTest.php
0 → 100644
Please register or sign in to comment