You are here

protected property VocabularyListBuilder::$entitiesKey in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/taxonomy/src/VocabularyListBuilder.php \Drupal\taxonomy\VocabularyListBuilder::entitiesKey
  2. 10 core/modules/taxonomy/src/VocabularyListBuilder.php \Drupal\taxonomy\VocabularyListBuilder::entitiesKey

The key to use for the form element containing the entities.

Type: string

Overrides DraggableListBuilder::$entitiesKey

File

core/modules/taxonomy/src/VocabularyListBuilder.php, line 26

Class

VocabularyListBuilder
Defines a class to build a listing of taxonomy vocabulary entities.

Namespace

Drupal\taxonomy

Code

protected $entitiesKey = 'vocabularies';