bootstrap_fieldgroup_ctools_plugin_api |
./bootstrap_fieldgroup.module |
Implements hook_ctools_plugin_api(). |
|
|
bootstrap_fieldgroup_field_group_formatter_info |
./bootstrap_fieldgroup.module |
Implements hook_field_group_formatter_info(). |
|
|
bootstrap_fieldgroup_field_group_format_settings |
./bootstrap_fieldgroup.module |
Implements hook_field_group_format_settings().
If the group has no format settings, default ones will be added. |
|
|
bootstrap_fieldgroup_field_group_pre_render |
./bootstrap_fieldgroup.module |
Implements hook_field_group_pre_render(). |
|
|
bootstrap_fieldgroup_theme |
./bootstrap_fieldgroup.module |
Implements hook_theme(). |
|
|
field_group_pre_render_bootstrap_fieldgroup_accordion |
./bootstrap_fieldgroup.module |
Implements field_group_pre_render_<format-type>.
Format type: Bootstrap Accordion. |
|
|
field_group_pre_render_bootstrap_fieldgroup_accordion_item |
./bootstrap_fieldgroup.module |
Implements field_group_pre_render_<format-type>.
Format type: Bootstrap Accordion item. |
|
|
field_group_pre_render_bootstrap_fieldgroup_nav |
./bootstrap_fieldgroup.module |
Implements field_group_pre_render_<format-type>.
Format type: Bootstrap nav tabs/pills. |
|
|
field_group_pre_render_bootstrap_fieldgroup_nav_item |
./bootstrap_fieldgroup.module |
Implements field_group_pre_render_<format-type>.
Format type: Bootstrap nav item. |
|
|
field_group_pre_render_bootstrap_grid_col |
./bootstrap_fieldgroup.module |
Implements field_group_pre_render_<format-type>.
Format type: Bootstrap Grid Column. |
|
|
field_group_pre_render_bootstrap_grid_row |
./bootstrap_fieldgroup.module |
Implements field_group_pre_render_<format-type>.
Format type: Bootstrap Grid Row. |
|
|
template_preprocess_bootstrap_fieldgroup_accordion |
./bootstrap_fieldgroup.module |
Implements template_preprocess_bootstrap_tabs(). |
|
|
template_preprocess_bootstrap_fieldgroup_nav |
./bootstrap_fieldgroup.module |
Implements template_preprocess_bootstrap_tabs(). |
|
|
_bootstrap_fieldgroup_grid_col_format_settings |
./bootstrap_fieldgroup.module |
Helper function that returns the format settings array for the
bootstrap_grid_col_[xs,sm,md,lg] options used in bootstrap_grid_row and
bootstrap_grid_col field group format types. |
1 |
|
_bootstrap_grid_col_options |
./bootstrap_fieldgroup.module |
Returns the choices available for the bootstrap_grid_col_[xs,sm,md,lg]
configuration options. Provided by a function to avoid hardcoding them in
multiple places in the code. |
1 |
|
_bootstrap_grid_col_screens |
./bootstrap_fieldgroup.module |
Returns the class values suffices available for the bootstrap_grid_col_[xs,sm,md,lg]
configuration options. Provided by a function to avoid hardcoding them in
multiple places in the code. |
3 |
|