X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Ftaxonomy%2Fsrc%2FPlugin%2FEntityReferenceSelection%2FTermSelection.php;fp=web%2Fcore%2Fmodules%2Ftaxonomy%2Fsrc%2FPlugin%2FEntityReferenceSelection%2FTermSelection.php;h=9d97a55f11f02022eec4a799d5bee7164727a491;hp=a66eaf51c609dd299ee69299bd23f49b89916f99;hb=af6d1fb995500ae68849458ee10d66abbdcfb252;hpb=680c79a86e3ed402f263faeac92e89fb6d9edcc0 diff --git a/web/core/modules/taxonomy/src/Plugin/EntityReferenceSelection/TermSelection.php b/web/core/modules/taxonomy/src/Plugin/EntityReferenceSelection/TermSelection.php index a66eaf51c..9d97a55f1 100644 --- a/web/core/modules/taxonomy/src/Plugin/EntityReferenceSelection/TermSelection.php +++ b/web/core/modules/taxonomy/src/Plugin/EntityReferenceSelection/TermSelection.php @@ -38,8 +38,6 @@ class TermSelection extends DefaultSelection { public function buildConfigurationForm(array $form, FormStateInterface $form_state) { $form = parent::buildConfigurationForm($form, $form_state); - $form['target_bundles']['#title'] = $this->t('Available Vocabularies'); - // Sorting is not possible for taxonomy terms because we use // \Drupal\taxonomy\TermStorageInterface::loadTree() to retrieve matches. $form['sort']['#access'] = FALSE;