You are here

protected property VocabularyListBuilder::$entitiesKey in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 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 25
Contains \Drupal\taxonomy\VocabularyListBuilder.

Class

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

Namespace

Drupal\taxonomy

Code

protected $entitiesKey = 'vocabularies';