GetDKAN/dkan

View on GitHub
modules/harvest/src/HarvestPlanListBuilder.php

Summary

Maintainability
A
0 mins
Test Coverage
A
100%

Method buildRow has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Wontfix

  public function buildRow(EntityInterface $entity) {
    /** @var \Drupal\harvest\HarvestPlanInterface $entity */
    $harvest_plan_id = $entity->get('id')->getString();
    $run_entity = NULL;

Severity: Minor
Found in modules/harvest/src/HarvestPlanListBuilder.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status