BootstrapAlertShortcode |
class |
Drupal\bs_shortcodes\Plugin\Shortcode |
src/Plugin/Shortcode/BootstrapAlertShortcode.php |
@Shortcode(
id = "bs_alert",
token = "alert",
title = @Translation("Alert"),
description = @Translation("Bootstrap 3 shortcode"),
weight = 50
) |
|
|
|
BootstrapBadgeShortcode |
class |
Drupal\bs_shortcodes\Plugin\Shortcode |
src/Plugin/Shortcode/BootstrapBadgeShortcode.php |
@Shortcode(
id = "bs_badge",
token = "badge",
title = @Translation("Badge"),
description = @Translation("Bootstrap 3 shortcode"),
weight = 50
) |
|
|
|
BootstrapBreadcrumbItemShortcode |
class |
Drupal\bs_shortcodes\Plugin\Shortcode |
src/Plugin/Shortcode/BootstrapBreadcrumbItemShortcode.php |
@Shortcode(
id = "bs_breadcrumb_item",
token = "breadcrumb_item",
title = @Translation("Breadcrumb Item"),
description = @Translation("Bootstrap 3 shortcode"),
weight = 50
) |
|
|
|
BootstrapBreadcrumbShortcode |
class |
Drupal\bs_shortcodes\Plugin\Shortcode |
src/Plugin/Shortcode/BootstrapBreadcrumbShortcode.php |
Plugin annotation
@Shortcode(
id = "bs_breadcrumb",
token = "breadcrumb",
title = @Translation("Breadcrumb"),
description = @Translation("Bootstrap 3 shortcode"),
weight = 50
) |
|
|
|
BootstrapButtonGroupShortcode |
class |
Drupal\bs_shortcodes\Plugin\Shortcode |
src/Plugin/Shortcode/BootstrapButtonGroupShortcode.php |
@Shortcode(
id = "bs_button_group",
token = "button_group",
title = @Translation("Button Group"),
description = @Translation("Bootstrap 3 shortcode"),
weight = 50
) |
|
|
|
BootstrapButtonShortcode |
class |
Drupal\bs_shortcodes\Plugin\Shortcode |
src/Plugin/Shortcode/BootstrapButtonShortcode.php |
@Shortcode(
id = "bs_button",
token = "button",
title = @Translation("Button"),
description = @Translation("Bootstrap 3 shortcode"),
weight = 50
)
@author M. W. Delaney |
|
|
|
BootstrapButtonToolbarShortcode |
class |
Drupal\bs_shortcodes\Plugin\Shortcode |
src/Plugin/Shortcode/BootstrapButtonToolbarShortcode.php |
Plugin annotation
@Shortcode(
id = "bs_button_toolbar",
token = "button_toolbar",
title = @Translation("Button Toolbar"),
description = @Translation("Bootstrap 3 shortcode"),
weight = 50
) |
|
|
|
BootstrapCaretShortcode |
class |
Drupal\bs_shortcodes\Plugin\Shortcode |
src/Plugin/Shortcode/BootstrapCaretShortcode.php |
@Shortcode(
id = "bs_caret",
token = "caret",
title = @Translation("Caret"),
description = @Translation("Bootstrap 3 shortcode"),
weight = 50
) |
|
|
|
BootstrapCodeShortcode |
class |
Drupal\bs_shortcodes\Plugin\Shortcode |
src/Plugin/Shortcode/BootstrapCodeShortcode.php |
@Shortcode(
id = "bs_code",
token = "code",
title = @Translation("code"),
description = @Translation("Bootstrap 3 shortcode"),
weight = 50
) |
|
|
|
BootstrapCollapseShortcode |
class |
Drupal\bs_shortcodes\Plugin\Shortcode |
src/Plugin/Shortcode/BootstrapCollapseShortcode.php |
@Shortcode(
id = "bs_collapse",
token = "collapse",
title = @Translation("Collapse"),
description = @Translation("Bootstrap 3 shortcode"),
weight = 50
) |
|
|
|
BootstrapCollapsiblesShortcode |
class |
Drupal\bs_shortcodes\Plugin\Shortcode |
src/Plugin/Shortcode/BootstrapCollapsiblesShortcode.php |
@Shortcode(
id = "bs_collapsibles",
token = "collapsibles",
title = @Translation("Collapsibles"),
description = @Translation("Bootstrap 3 shortcode"),
weight = 50
) |
|
|
|
BootstrapColumnShortcode |
class |
Drupal\bs_shortcodes\Plugin\Shortcode |
src/Plugin/Shortcode/BootstrapColumnShortcode.php |
@Shortcode(
id = "bs_column",
token = "column",
title = @Translation("Column"),
description = @Translation("Bootstrap 3 shortcode"),
weight = 50
) |
|
|
|
BootstrapContainerShortcode |
class |
Drupal\bs_shortcodes\Plugin\Shortcode |
src/Plugin/Shortcode/BootstrapContainerShortcode.php |
@Shortcode(
id = "bs_container",
token = "container",
title = @Translation("Container"),
description = @Translation("Bootstrap 3 shortcode"),
token = 50
) |
|
|
|
BootstrapDividerShortcode |
class |
Drupal\bs_shortcodes\Plugin\Shortcode |
src/Plugin/Shortcode/BootstrapDividerShortcode.php |
@Shortcode(
id = "bs_divider",
token = "divider",
title = @Translation("Divider"),
description = @Translation("Bootstrap 3 shortcode"),
weight = 50
) |
|
|
|
BootstrapDropdownHeaderShortcode |
class |
Drupal\bs_shortcodes\Plugin\Shortcode |
src/Plugin/Shortcode/BootstrapDropdownHeaderShortcode.php |
@Shortcode(
id = "bs_dropdown_header",
token = "dropdown_header",
title = @Translation("Dropdown Header"),
description = @Translation("Bootstrap 3 shortcode"),
weight = 50
) |
|
|
|
BootstrapDropdownItemShortcode |
class |
Drupal\bs_shortcodes\Plugin\Shortcode |
src/Plugin/Shortcode/BootstrapDropdownItemShortcode.php |
@Shortcode(
id = "bs_dropdown_item",
token = "dropdown_item",
title = @Translation("Dropdown Item"),
description = @Translation("Bootstrap 3 shortcode")
) |
|
|
|
BootstrapDropdownShortcode |
class |
Drupal\bs_shortcodes\Plugin\Shortcode |
src/Plugin/Shortcode/BootstrapDropdownShortcode.php |
@Shortcode(
id = "bs_dropdown",
token = "dropdown",
title = @Translation("Dropdown"),
description = @Translation("Bootstrap 3 shortcode"),
weight = 50
) |
|
|
|
BootstrapHelpShortcode |
class |
Drupal\bs_shortcodes\Plugin\Shortcode |
src/Plugin/Shortcode/BootstrapHelpShortcode.php |
Plugin annotation
@Shortcode(
id = "bs_help",
token = "help",
title = @Translation("Help"),
description = @Translation("Bootstrap 3 shortcode"),
weight = 50
) |
|
|
|
BootstrapIconShortcode |
class |
Drupal\bs_shortcodes\Plugin\Shortcode |
src/Plugin/Shortcode/BootstrapIconShortcode.php |
@Shortcode(
id = "bs_icon",
token = "icon",
title = @Translation("Icon"),
description = @Translation("Bootstrap 3 shortcode"),
weight = 50
) |
|
|
|
BootstrapJumbotronShortcode |
class |
Drupal\bs_shortcodes\Plugin\Shortcode |
src/Plugin/Shortcode/BootstrapJumbotronShortcode.php |
Plugin annotation
@Shortcode(
id = "bs_jumbotron",
token = "jumbotron",
title = @Translation("Jumbotron"),
description = @Translation("Bootstrap 3 shortcode"),
weight = 50
) |
|
|
|
BootstrapLabelShortcode |
class |
Drupal\bs_shortcodes\Plugin\Shortcode |
src/Plugin/Shortcode/BootstrapLabelShortcode.php |
@Shortcode(
id = "bs_label",
token = "label",
title = @Translation("Label"),
description = @Translation("Bootstrap 3 shortcode"),
weight = 50
) |
|
|
|
BootstrapLeadShortcode |
class |
Drupal\bs_shortcodes\Plugin\Shortcode |
src/Plugin/Shortcode/BootstrapLeadShortcode.php |
Plugin annotation
@Shortcode(
id = "bs_lead",
token = "lead",
title = @Translation("Lead"),
description = @Translation("Bootstrap 3 shortcode"),
weight = 50
) |
|
|
|
BootstrapListGroupItemHeadingShortcode |
class |
Drupal\bs_shortcodes\Plugin\Shortcode |
src/Plugin/Shortcode/BootstrapListGroupItemHeadingShortcode.php |
Plugin annotation
@Shortcode(
id = "bs_list_group_item_heading",
token = "list_group_item_heading",
title = @Translation("List Group Item Heading"),
description = @Translation("Bootstrap 3 shortcode"),
weight = 50
) |
|
|
|
BootstrapListGroupItemShortcode |
class |
Drupal\bs_shortcodes\Plugin\Shortcode |
src/Plugin/Shortcode/BootstrapListGroupItemShortcode.php |
@Shortcode(
id = "bs_list_group_item",
token = "list_group_item",
title = @Translation("List Group Item"),
description = @Translation("Bootstrap 3 shortcode"),
weight = 50
) |
|
|
|
BootstrapListGroupItemTextShortcode |
class |
Drupal\bs_shortcodes\Plugin\Shortcode |
src/Plugin/Shortcode/BootstrapListGroupItemTextShortcode.php |
Plugin annotation
@Shortcode(
id = "bs_list_group_item_text",
token = "list_group_item_text",
title = @Translation("List Group Item Text"),
description = @Translation("Bootstrap 3 shortcode"),
weight = 50
) |
|
|
|
BootstrapListGroupShortcode |
class |
Drupal\bs_shortcodes\Plugin\Shortcode |
src/Plugin/Shortcode/BootstrapListGroupShortcode.php |
@Shortcode(
id = "bs_list_group",
token = "list_group",
title = @Translation("List Group"),
description = @Translation("Bootstrap 3 shortcode"),
weight = 50
) |
|
|
|
BootstrapNavItemShortcode |
class |
Drupal\bs_shortcodes\Plugin\Shortcode |
src/Plugin/Shortcode/BootstrapNavItemShortcode.php |
Plugin annotation
@Shortcode(
id = "bs_nav_item",
token = "nav_item",
title = @Translation("Nav item"),
description = @Translation("Bootstrap 3 shortcode"),
weight = 50
) |
|
|
|
BootstrapNavShortcode |
class |
Drupal\bs_shortcodes\Plugin\Shortcode |
src/Plugin/Shortcode/BootstrapNavShortcode.php |
Plugin annotation
@Shortcode(
id = "bs_nav",
token = "nav",
title = @Translation("Nav"),
description = @Translation("Bootstrap 3 shortcode"),
weight = 50
) |
|
|
|
BootstrapPanelShortcode |
class |
Drupal\bs_shortcodes\Plugin\Shortcode |
src/Plugin/Shortcode/BootstrapPanelShortcode.php |
Plugin annotation
@Shortcode(
id = "bs_panel",
token = "panel",
title = @Translation("Panel"),
description = @Translation("Bootstrap 3 shortcode"),
weight = 50
) |
|
|
|
BootstrapProgressBarShortcode |
class |
Drupal\bs_shortcodes\Plugin\Shortcode |
src/Plugin/Shortcode/BootstrapProgressBarShortcode.php |
Plugin annotation
@Shortcode(
id = "bs_progress_bar",
token = "progress_bar",
title = @Translation("Progress Bar"),
description = @Translation("Bootstrap 3 shortcode"),
weight = 50
) |
|
|
|
BootstrapProgressShortcode |
class |
Drupal\bs_shortcodes\Plugin\Shortcode |
src/Plugin/Shortcode/BootstrapProgressShortcode.php |
Plugin annotation
@Shortcode(
id = "bs_progress",
token = "progress",
title = @Translation("Progress"),
description = @Translation("Bootstrap 3 shortcode"),
weight = 50
) |
|
|
|
BootstrapRowShortcode |
class |
Drupal\bs_shortcodes\Plugin\Shortcode |
src/Plugin/Shortcode/BootstrapRowShortcode.php |
@Shortcode(
id = "bs_row",
token = "row",
title = @Translation("Row"),
description = @Translation("Bootstrap 3 shortcode"),
weight = 50
) |
|
|
|
BootstrapTabShortcode |
class |
Drupal\bs_shortcodes\Plugin\Shortcode |
src/Plugin/Shortcode/BootstrapTabShortcode.php |
@Shortcode(
id = "bs_tab",
token = "tab",
title = @Translation("Tab"),
description = @Translation("Bootstrap 3 shortcode"),
weight = 50
) |
|
|
|
BootstrapTabsShortcode |
class |
Drupal\bs_shortcodes\Plugin\Shortcode |
src/Plugin/Shortcode/BootstrapTabsShortcode.php |
@Shortcode(
id = "bs_tabs",
token = "tabs",
title = @Translation("Tabs"),
description = @Translation("Bootstrap 3 shortcode"),
weight = 50
) |
|
|
|