overview_field 8.x-1.1
Scanned on Tue, 06/09/2020 - 17:42.

2 errors found. 2 warnings found. Avoid some manual work by using drupal-rector
for fixing issues automatically or Upgrade Rector to generate patches.

modules/contrib/overview_field/tests/src/Kernel/OverviewFieldCreationTrait.php
(in context of class
Drupal\Tests\overview_field\Functional\OverviewFieldTestBase):
┌──────────┬──────┬──────────────────────────────────────────────────────────────┐
│ STATUS │ LINE │ MESSAGE │
├──────────┼──────┼──────────────────────────────────────────────────────────────┤
│ Fix with │ 55 │ Call to deprecated function entity_get_form_display(). │
│ rector │ │ Deprecated in drupal:8.8.0 and is removed from drupal:9.0.0. │
│ │ │ Use EntityDisplayRepositoryInterface::getFormDisplay() │
│ │ │ instead. │
│ │ │ │
│ Fix with │ 61 │ Call to deprecated function entity_get_display(). Deprecated │
│ rector │ │ in drupal:8.8.0 and is removed from drupal:9.0.0. Use │
│ │ │ EntityDisplayRepositoryInterface::getViewDisplay() instead. │
│ │ │ │
└──────────┴──────┴──────────────────────────────────────────────────────────────┘

modules/contrib/overview_field/overview_field.info.yml:
┌──────────┬──────┬────────────────────────────────────────────────────────────┐
│ STATUS │ LINE │ MESSAGE │
├──────────┼──────┼────────────────────────────────────────────────────────────┤
│ Check │ 0 │ Add core_version_requirement: ^8 || ^9 to │
│ manually │ │ modules/contrib/overview_field/overview_field.info.yml to │
│ │ │ designate that the module is compatible with Drupal 9. See │
│ │ │ https://drupal.org/node/3070687. │
│ │ │ │
└──────────┴──────┴────────────────────────────────────────────────────────────┘

modules/contrib/overview_field/modules/overview_field_example/overview_field_exa
mple.info.yml:
┌──────────┬──────┬──────────────────────────────────────────────────────────────┐
│ STATUS │ LINE │ MESSAGE │
├──────────┼──────┼──────────────────────────────────────────────────────────────┤
│ Check │ 0 │ Add core_version_requirement: ^8 || ^9 to │
│ manually │ │ modules/contrib/overview_field/modules/overview_field_exampl │
│ │ │ e/overview_field_example.info.yml to designate that the │
│ │ │ module is compatible with Drupal 9. See │
│ │ │ https://drupal.org/node/3070687. │
│ │ │ │
└──────────┴──────┴──────────────────────────────────────────────────────────────┘

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Grayle created an issue. See original summary.

Grayle’s picture

  • Grayle committed 2098f08 on 8.x-1.x
    Issue #3159024 by Grayle: D9 compatibility
    
Grayle’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.