autoload-fix.php |
|
Fix the class loader to allow cross-request class based theme callbacks. |
bootstrap.api.php |
|
List of available procedural hook and alter APIs for use in your sub-theme. |
bootstrap.breakpoints.yml |
|
bootstrap.breakpoints.yml |
bootstrap.libraries.yml |
|
bootstrap.libraries.yml |
bootstrap.theme |
|
The primary PHP file for the Drupal Bootstrap base theme. |
config/install/bootstrap.settings.yml |
|
config/install/bootstrap.settings.yml |
config/optional/block.block.bootstrap_account_menu.yml |
|
config/optional/block.block.bootstrap_account_menu.yml |
config/optional/block.block.bootstrap_branding.yml |
|
config/optional/block.block.bootstrap_branding.yml |
config/optional/block.block.bootstrap_breadcrumbs.yml |
|
config/optional/block.block.bootstrap_breadcrumbs.yml |
config/optional/block.block.bootstrap_content.yml |
|
config/optional/block.block.bootstrap_content.yml |
config/optional/block.block.bootstrap_footer.yml |
|
config/optional/block.block.bootstrap_footer.yml |
config/optional/block.block.bootstrap_help.yml |
|
config/optional/block.block.bootstrap_help.yml |
config/optional/block.block.bootstrap_local_actions.yml |
|
config/optional/block.block.bootstrap_local_actions.yml |
config/optional/block.block.bootstrap_local_tasks.yml |
|
config/optional/block.block.bootstrap_local_tasks.yml |
config/optional/block.block.bootstrap_main_menu.yml |
|
config/optional/block.block.bootstrap_main_menu.yml |
config/optional/block.block.bootstrap_messages.yml |
|
config/optional/block.block.bootstrap_messages.yml |
config/optional/block.block.bootstrap_page_title.yml |
|
config/optional/block.block.bootstrap_page_title.yml |
config/optional/block.block.bootstrap_powered.yml |
|
config/optional/block.block.bootstrap_powered.yml |
config/optional/block.block.bootstrap_search.yml |
|
config/optional/block.block.bootstrap_search.yml |
config/optional/block.block.bootstrap_tools.yml |
|
config/optional/block.block.bootstrap_tools.yml |
config/schema/bootstrap.schema.yml |
|
config/schema/bootstrap.schema.yml |
deprecated.php |
|
This contains deprecated functions that will be removed in a future release. |
docs/Contributing.md |
|
Overview on how to contribute to the Drupal Bootstrap project. |
docs/Getting-Started.md |
|
The "Getting Started" topic. |
docs/Maintainers.md |
|
Maintaining the Drupal Bootstrap project. |
docs/plugins/Alter.md |
|
Documentation for the @BootstrapAlter annotated plugin. |
docs/plugins/Form.md |
|
Documentation for the @BootstrapForm annotated discovery plugin. |
docs/plugins/Preprocess.md |
|
Documentation for the @BootstrapPreprocess annotated plugin. |
docs/plugins/Prerender.md |
|
Documentation for the @BootstrapPrerender annotated plugin. |
docs/plugins/Process.md |
|
Documentation for the @BootstrapProcess annotated plugin. |
docs/plugins/Provider.md |
|
Documentation for the @BootstrapProvider annotated plugin. |
docs/plugins/README.md |
|
Documents the Plugin System for the Drupal Bootstrap base theme. |
docs/plugins/Setting.md |
|
Documentation for the @BootstrapSetting annotated plugin. |
docs/plugins/Update.md |
|
Documentation for the @BootstrapUpdate annotated plugin. |
docs/README.md |
|
Documentation landing page and topics for the https://drupal-bootstrap.org site. |
docs/Sub-Theming.md |
|
Instructions on how to sub-theme the Drupal Bootstrap base theme. |
docs/Templates.md |
|
List of theme templates used in the Drupal Bootstrap base theme. |
docs/Theme-Settings.md |
|
Overview of theme settings for Drupal Bootstrap based themes. |
docs/theme-settings.twig |
|
<!-- THEME SETTINGS GENERATION START -->
{% for heading, settings in groups %}
---
### {{ heading|raw }}
<table class="table table-striped table-responsive">
<thead>
<tr>
<th… |
docs/Utility.md |
|
List of utility helper classes used in base theme. |
icons.inc |
|
Icon API support to provide Bootstrap Framework glyphicons. |
README.md |
|
Project Page |
scripts/bootstrap.php |
|
Locates the Drupal root directory and bootstraps the kernel. |
scripts/gen-theme-setting-docs.php |
|
Generates the markdown documentation for all available theme settings. |
src/Annotation/BootstrapAlter.php |
Drupal\bootstrap\Annotation |
|
src/Annotation/BootstrapConstant.php |
Drupal\bootstrap\Annotation |
|
src/Annotation/BootstrapForm.php |
Drupal\bootstrap\Annotation |
|
src/Annotation/BootstrapPreprocess.php |
Drupal\bootstrap\Annotation |
|
src/Annotation/BootstrapPrerender.php |
Drupal\bootstrap\Annotation |
|
src/Annotation/BootstrapProcess.php |
Drupal\bootstrap\Annotation |
|