You are here

Files in Views Bootstrap 8.4

Primary tabs

File namesort descending Location Namespace Description
views-bootstrap-accordion.html.twig templates/views-bootstrap-accordion.html.twig <div id="{{ id }}" {{ attributes.addClass(classes) }}> {% set i = 0 %} {% set len = rows | length %} {% for key, row in rows -%} {% set i = i + 1 %} {% set collapse_class = ( (i == 1 and options.collapse.first is…
views-bootstrap-cards.html.twig templates/views-bootstrap-cards.html.twig views-bootstrap-cards.html.twig Default simple view template to display Bootstrap Cards.
views-bootstrap-carousel.html.twig templates/views-bootstrap-carousel.html.twig Default theme implementation for displaying a view as a bootstrap carousel.
views-bootstrap-grid.html.twig templates/views-bootstrap-grid.html.twig views-bootstrap-grid.html.twig Default simple view template to display Bootstrap Grids.
views-bootstrap-list-group.html.twig templates/views-bootstrap-list-group.html.twig views-bootstrap-list-group.html.twig Default simple view template to display Bootstrap List Group.
views-bootstrap-media-object.html.twig templates/views-bootstrap-media-object.html.twig {# @todo: add more control to images and positoning #} <div{{ attributes.addClass(classes) }} id="{{ id }}"> {% for key, row in rows -%} <div class="media"> {% if row.image %} {{ row.image…
views-bootstrap-tab.html.twig templates/views-bootstrap-tab.html.twig {% if title is not empty %} <h3>{{ title }}</h3> {% endif %} <div id="views-bootstrap-tab-{{ id }}" {{ attributes.addClass(classes) }}> <ul class="nav nav-{{ tab_type }} {% if justified %}nav-justified{%…
views-bootstrap-table.html.twig templates/views-bootstrap-table.html.twig Default theme implementation for displaying a view as a bootstrap table.
ViewsBootstrap.php src/ViewsBootstrap.php Drupal\views_bootstrap
ViewsBootstrapAccordion.php src/Plugin/views/style/ViewsBootstrapAccordion.php Drupal\views_bootstrap\Plugin\views\style
ViewsBootstrapCards.php src/Plugin/views/style/ViewsBootstrapCards.php Drupal\views_bootstrap\Plugin\views\style
ViewsBootstrapCarousel.php src/Plugin/views/style/ViewsBootstrapCarousel.php Drupal\views_bootstrap\Plugin\views\style
ViewsBootstrapGrid.php src/Plugin/views/style/ViewsBootstrapGrid.php Drupal\views_bootstrap\Plugin\views\style
ViewsBootstrapListGroup.php src/Plugin/views/style/ViewsBootstrapListGroup.php Drupal\views_bootstrap\Plugin\views\style
ViewsBootstrapMediaObject.php src/Plugin/views/style/ViewsBootstrapMediaObject.php Drupal\views_bootstrap\Plugin\views\style
ViewsBootstrapTab.php src/Plugin/views/style/ViewsBootstrapTab.php Drupal\views_bootstrap\Plugin\views\style
ViewsBootstrapTable.php src/Plugin/views/style/ViewsBootstrapTable.php Drupal\views_bootstrap\Plugin\views\style
views_bootstrap.info.yml views_bootstrap.info.yml views_bootstrap.info.yml
views_bootstrap.libraries.yml views_bootstrap.libraries.yml views_bootstrap.libraries.yml
views_bootstrap.module views_bootstrap.module Custom functions for Views Bootstrap.
views_bootstrap.theme.inc views_bootstrap.theme.inc Preprocessors and helper functions to make theming easier.

Other projects