-
- Downloads
Initial deprecation of ArrayAccess methods #3032503
- offsetUnset() no replacement and no usage - offsetGet() replaced with toArray() - offsetExists() replaced with toArray() - offsetSet() replaced with setRawDefinition() a temporary new method to get usage
parent
fbc03520
No related branches found
No related tags found
Showing
- core/lib/Drupal/Core/Config/Schema/ArrayElement.php 3 additions, 2 deletionscore/lib/Drupal/Core/Config/Schema/ArrayElement.php
- core/lib/Drupal/Core/Config/Schema/Mapping.php 11 additions, 4 deletionscore/lib/Drupal/Core/Config/Schema/Mapping.php
- core/lib/Drupal/Core/Config/Schema/SchemaCheckTrait.php 1 addition, 1 deletioncore/lib/Drupal/Core/Config/Schema/SchemaCheckTrait.php
- core/lib/Drupal/Core/Config/Schema/Sequence.php 3 additions, 2 deletionscore/lib/Drupal/Core/Config/Schema/Sequence.php
- core/lib/Drupal/Core/Config/StorableConfigBase.php 1 addition, 1 deletioncore/lib/Drupal/Core/Config/StorableConfigBase.php
- core/lib/Drupal/Core/Config/TypedConfigManager.php 5 additions, 3 deletionscore/lib/Drupal/Core/Config/TypedConfigManager.php
- core/lib/Drupal/Core/TypedData/DataDefinition.php 35 additions, 8 deletionscore/lib/Drupal/Core/TypedData/DataDefinition.php
- core/modules/config_translation/src/ConfigMapperManager.php 1 addition, 1 deletioncore/modules/config_translation/src/ConfigMapperManager.php
- core/modules/config_translation/src/Form/ConfigTranslationFormBase.php 3 additions, 3 deletions...config_translation/src/Form/ConfigTranslationFormBase.php
- core/modules/config_translation/src/FormElement/ListElement.php 1 addition, 1 deletion...odules/config_translation/src/FormElement/ListElement.php
- core/modules/locale/src/LocaleConfigManager.php 1 addition, 1 deletioncore/modules/locale/src/LocaleConfigManager.php
- core/tests/Drupal/KernelTests/Core/Config/ConfigSchemaTest.php 2 additions, 2 deletions...tests/Drupal/KernelTests/Core/Config/ConfigSchemaTest.php
- core/tests/Drupal/KernelTests/Core/TypedData/ValidKeysConstraintValidatorTest.php 7 additions, 7 deletions...Tests/Core/TypedData/ValidKeysConstraintValidatorTest.php
- core/tests/Drupal/Tests/Core/TypedData/DataDefinitionLegacyTest.php 50 additions, 0 deletions.../Drupal/Tests/Core/TypedData/DataDefinitionLegacyTest.php
Loading
Please register or sign in to comment