protected property VocabularyListBuilder::$entitiesKey in Drupal 8
Same name and namespace in other branches
- 9 core/modules/taxonomy/src/VocabularyListBuilder.php \Drupal\taxonomy\VocabularyListBuilder::entitiesKey
- 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\taxonomyCode
protected $entitiesKey = 'vocabularies';