Problem/Motivation
drupal-check results on commit hash:
source : [git] https://git.drupal.org/project/asset_injector 6e0ac11d439d13fd0cfafe96c2b2ee347109b1d7
source : http://cgit.drupalcode.org/asset_injector
------ ----------------------------------------------------
Line src/Entity/AssetInjectorBase.php
------ ----------------------------------------------------
260 Access to deprecated property $pages of class
Drupalsset_injector\Entity\AssetInjectorBase.
263 Access to deprecated property $pages of class
Drupalsset_injector\Entity\AssetInjectorBase.
264 Access to deprecated property $visibility of class
Drupalsset_injector\Entity\AssetInjectorBase.
268 Access to deprecated property $nodeType of class
Drupalsset_injector\Entity\AssetInjectorBase.
271 Access to deprecated property $nodeType of class
Drupalsset_injector\Entity\AssetInjectorBase.
271 Access to deprecated property $nodeType of class
Drupalsset_injector\Entity\AssetInjectorBase.
271 Access to deprecated property $nodeType of class
Drupalsset_injector\Entity\AssetInjectorBase.
271 Access to deprecated property $nodeType of class
Drupalsset_injector\Entity\AssetInjectorBase.
277 Access to deprecated property $themes of class
Drupalsset_injector\Entity\AssetInjectorBase.
280 Access to deprecated property $themes of class
Drupalsset_injector\Entity\AssetInjectorBase.
------ ----------------------------------------------------
[ERROR] Found 10 errors
Comments
Comment #2
pookmish commentedLuckily these are only internal deprecation. In the future I will release a 3.0 version of asset injector with those properties removed to be in line with Drupal 9. But there is no need to make any changes at this time.
Comment #3
pookmish commentedComment #4
pookmish commentedNot including the above localized deprecated properties, the following have recently been deprecated as of today.
Comment #6
pookmish commented