Loading src/Plugin/views/style/Tree.php +0 −5 Original line number Diff line number Diff line Loading @@ -61,11 +61,6 @@ class Tree extends HtmlList { $this->getCommonOptionsForm($form, $form_state); $events = [ 'click' => $this->t('On Click'), 'mouseover' => $this->t('On Mouseover'), ]; $form['type']['#description'] = $this->t('Whether to use an ordered or unordered list for the retrieved items. Most use cases will prefer Unordered.'); // Unused by the views tree list style at this time. Loading views_tree.info.yml +2 −2 Original line number Diff line number Diff line name: Views TreeItem name: Views Tree description: A Views style plugin to display a tree of elements using the adjacency model. package: Views core_version_requirement: ^8 || ^9 core_version_requirement: ^8.8 || ^9 type: module dependencies: - drupal:views Loading
src/Plugin/views/style/Tree.php +0 −5 Original line number Diff line number Diff line Loading @@ -61,11 +61,6 @@ class Tree extends HtmlList { $this->getCommonOptionsForm($form, $form_state); $events = [ 'click' => $this->t('On Click'), 'mouseover' => $this->t('On Mouseover'), ]; $form['type']['#description'] = $this->t('Whether to use an ordered or unordered list for the retrieved items. Most use cases will prefer Unordered.'); // Unused by the views tree list style at this time. Loading
views_tree.info.yml +2 −2 Original line number Diff line number Diff line name: Views TreeItem name: Views Tree description: A Views style plugin to display a tree of elements using the adjacency model. package: Views core_version_requirement: ^8 || ^9 core_version_requirement: ^8.8 || ^9 type: module dependencies: - drupal:views