-
rlmumford →
committed 12aafefc on 1.0.x
Issue #3297094 by Project Update Bot: Automated Drupal 10 compatibility...
-
rlmumford →
committed 12aafefc on 1.0.x
- 🇬🇧United Kingdom mjb3141
The upgrade_status module is still reporting the following issues:
web/modules/contrib/entity_template/src/Plugin/EntityTemplate/Builder/BuilderBase.php 27 Class Drupal\entity_template\Plugin\EntityTemplate\Builder\BuilderBase extends deprecated class Drupal\Core\Plugin\ContextAwarePluginBase. Deprecated in drupal:9.1.0 and is removed from drupal:10.0.0. Use Drupal\Core\Plugin\ContextAwarePluginTrait instead.
web/modules/contrib/entity_template/src/Plugin/EntityTemplate/Builder/BuilderBase.php 81 Call to method __construct() of deprecated class Drupal\Component\Plugin\ContextAwarePluginBase. Deprecated in drupal:9.1.0 and is removed from drupal:10.0.0. Use Drupal\Core\Plugin\ContextAwarePluginTrait instead.
web/modules/contrib/entity_template/src/Plugin/EntityTemplate/Component/ContextAwareComponentBase.php 13 Class Drupal\entity_template\Plugin\EntityTemplate\Component\ContextAwareComponentBase extends deprecated class Drupal\Core\Plugin\ContextAwarePluginBase. Deprecated in drupal:9.1.0 and is removed from drupal:10.0.0. Use Drupal\Core\Plugin\ContextAwarePluginTrait instead.
web/modules/contrib/entity_template/src/Plugin/EntityTemplate/Template/Template.php 31 Class Drupal\entity_template\Plugin\EntityTemplate\Template\Template extends deprecated class Drupal\Core\Plugin\ContextAwarePluginBase. Deprecated in drupal:9.1.0 and is removed from drupal:10.0.0. Use Drupal\Core\Plugin\ContextAwarePluginTrait instead.
web/modules/contrib/entity_template/src/Plugin/EntityTemplate/Template/Template.php 115 Call to method __construct() of deprecated class Drupal\Component\Plugin\ContextAwarePluginBase. Deprecated in drupal:9.1.0 and is removed from drupal:10.0.0. Use Drupal\Core\Plugin\ContextAwarePluginTrait instead.
web/modules/contrib/entity_template/contrib/ui/entity_template_ui.info.yml 0 Value of core_version_requirement: ^8.7.7 || ^9 is not compatible with the next major version of Drupal core. See https://drupal.org/node/3070687..