GetDKAN/dkan

View on GitHub
modules/metastore/src/Form/DataDictionarySettingsForm.php

Summary

Maintainability
A
0 mins
Test Coverage
B
87%

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

  public function buildForm(array $form, FormStateInterface $form_state) {
    $config = $this->config(static::SETTINGS);

    $form['dictionary_mode'] = [
      '#type' => 'select',
Severity: Minor
Found in modules/metastore/src/Form/DataDictionarySettingsForm.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status