function TermSelection::defaultConfiguration

Same name and namespace in other branches
  1. 9 core/modules/taxonomy/src/Plugin/EntityReferenceSelection/TermSelection.php \Drupal\taxonomy\Plugin\EntityReferenceSelection\TermSelection::defaultConfiguration()
  2. 8.9.x core/modules/taxonomy/src/Plugin/EntityReferenceSelection/TermSelection.php \Drupal\taxonomy\Plugin\EntityReferenceSelection\TermSelection::defaultConfiguration()
  3. 10 core/modules/taxonomy/src/Plugin/EntityReferenceSelection/TermSelection.php \Drupal\taxonomy\Plugin\EntityReferenceSelection\TermSelection::defaultConfiguration()

Overrides DefaultSelection::defaultConfiguration

File

core/modules/taxonomy/src/Plugin/EntityReferenceSelection/TermSelection.php, line 27

Class

TermSelection
Provides specific access control for the taxonomy_term entity type.

Namespace

Drupal\taxonomy\Plugin\EntityReferenceSelection

Code

public function defaultConfiguration() {
    return [
        'sort' => [
            'field' => 'name',
            'direction' => 'asc',
        ],
    ] + parent::defaultConfiguration();
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.