- Issue created by @joegraduate
- Merge request !13Issue #3500568: Deprecate ConfigProviderBase drupalGetPath() and drupalGetProfile() methods β (Merged) created by joegraduate
- πΊπΈUnited States joegraduate Arizona, USA
Waiting on π GitLabCI: Fix existing PHPCS issues Active .
- πΊπΈUnited States trackleft2 Tucson, AZ πΊπΈ
Looks good, as long as we remember to include it in the 3.0.0-alpha2 release.
Verified that implementers of
ConfigProviderBase
receive the expected deprecation warnings:------ ----------------------------------------------------------------------------------------------------------------- Line web/modules/custom/test_provider/src/Plugin/ConfigProvider/TestConfigProvider.php ------ ----------------------------------------------------------------------------------------------------------------- 332 Call to deprecated method drupalGetProfile() of class Drupal\config_provider\Plugin\ConfigProviderBase: in config_provider:3.0.0-alpha2 and is removed from config_provider:3.1.0. ConfigProviderBase::installProfile should be used instead. 333 Call to deprecated method drupalGetPath() of class Drupal\config_provider\Plugin\ConfigProviderBase: in config_provider:3.0.0-alpha2 and is removed from config_provider:3.1.0. ConfigProviderBase::extensionPathResolver::getPath() should be used instead. ------ -----------------------------------------------------------------------------------------------------------------
-
tadean β
committed dae0a1e1 on 3.0.x authored by
joegraduate β
Issue #3500568 by joegraduate, trackleft2, tadean: Deprecate...
-
tadean β
committed dae0a1e1 on 3.0.x authored by
joegraduate β
- Issue was unassigned.
- Status changed to Fixed
15 days ago 1:19am 20 March 2025 Automatically closed - issue fixed for 2 weeks with no activity.