Terms' VID property is now a string field on the entity. When #1757452: Support config entities in entity reference fields is committed, change this to an entity reference field for easier access to the vocabulary entity.

Comments

andypost’s picture

Issue summary: View changes
Status: Active » Closed (cannot reproduce)
    $fields['vid'] = FieldDefinition::create('entity_reference')
      ->setLabel(t('Vocabulary'))
      ->setDescription(t('The vocabulary to which the term is assigned.'))
      ->setSetting('target_type', 'taxonomy_vocabulary');
Xano’s picture

Status: Closed (cannot reproduce) » Closed (fixed)