GetDKAN/dkan

View on GitHub
modules/datastore/src/Form/ResourceSettingsForm.php

Summary

Maintainability
A
0 mins
Test Coverage
F
0%

Method buildForm has 33 lines of code (exceeds 25 allowed). Consider refactoring.
Wontfix

  public function buildForm(array $form, FormStateInterface $form_state) {
    $form['resources'] = [
      '#type' => 'fieldset',
      '#title' => $this->t('Purge dataset resources'),
      '#description' => $this->t('Upon dataset publication, delete older revision resources if they are no longer necessary.'),
Severity: Minor
Found in modules/datastore/src/Form/ResourceSettingsForm.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status