hook_spaces_dashboard_access_alter |
spaces_dashboard/spaces_dashboard.api.php |
Alter the default dashboard access settings for a given block. |
|
|
hook_spaces_plugins |
./spaces.api.php |
CTools plugin API hook for Spaces. Note that a proper entry in
hook_ctools_plugin_api() must exist for this hook to be called. |
|
|
hook_spaces_registry |
./spaces.api.php |
Registry hook for controllers, space types. |
|
|
hook_spaces_registry_alter |
./spaces.api.php |
Alter the registry. |
|
|
spaces_access_admin |
./spaces.module |
Access check for administrative access to the current space.
An optional set of permissions can be provided to be added as AND
conditions to the access check. |
4 |
3 |
spaces_access_admin_perms |
./spaces.module |
Access callback for spaces, with extra permission checking. |
2 |
2 |
spaces_access_feature |
./spaces.module |
Access check for a given feature in the current space. |
4 |
1 |
spaces_access_feature_perms |
./spaces.module |
Access callback for spaces, with extra permission checking. |
1 |
1 |
spaces_access_space |
./spaces.module |
Access check for the current space. |
1 |
|
spaces_access_user |
./spaces.module |
Access check for a user account page in the current space. |
1 |
|
spaces_ahah_check |
./spaces.module |
Examine the current request to see if it is a submission of a form built
inside a space. |
1 |
|
spaces_block_info |
./spaces.module |
Implements hook_block_info(). |
|
|
spaces_block_view |
./spaces.module |
Implements hook_block_view(). |
|
|
spaces_context_load_alter |
./spaces.overrides.inc |
Implements hook_context_load_alter(). |
|
|
spaces_context_ui_editor_submit |
./spaces.overrides.inc |
Save handler for context_block_editor(). |
|
1 |
spaces_controllers |
./spaces.module |
Get the registry of spaces controllers. |
8 |
|
spaces_ctools_plugin_api |
./spaces.module |
Implements hook_ctools_plugin_api(). |
|
|
spaces_ctools_plugin_type |
./spaces.module |
Implementation of hook_ctools_plugin_type(). |
|
|
spaces_customtext_cache |
spaces_customtext/spaces_customtext.module |
Simple static cache for storing the actual language code for the current
page request. |
3 |
|
spaces_customtext_enable |
spaces_customtext/spaces_customtext.module |
Implements hook_enable().
Weight spaces_customtext as the lowest possible module. |
|
|
spaces_customtext_feature_strings |
spaces_customtext/spaces_customtext.admin.inc |
Retrieve strings related to the given feature. |
1 |
|
spaces_customtext_form_spaces_features_form_alter |
spaces_customtext/spaces_customtext.module |
Implements hook_form_alter() for spaces_features_form(). |
|
|
spaces_customtext_init |
spaces_customtext/spaces_customtext.module |
Implements hook_init(). |
|
|
spaces_customtext_menu |
spaces_customtext/spaces_customtext.module |
Implements hook_menu(). |
|
|
spaces_customtext_menu_access |
spaces_customtext/spaces_customtext.module |
Access callback for custom text. |
|
1 |
spaces_customtext_permission |
spaces_customtext/spaces_customtext.module |
Implements hook_permission().
Note that this is the same perm provided by the stringoverrides module. |
|
|
spaces_customtext_requirements |
spaces_customtext/spaces_customtext.module |
Implements hook_requirements(). |
|
|
spaces_customtext_settings_form |
spaces_customtext/spaces_customtext.admin.inc |
System settings form for custom text strings. |
|
1 |
spaces_customtext_settings_validate |
spaces_customtext/spaces_customtext.admin.inc |
Validation handler for custom strings. Actually acts as a form processor. |
|
1 |
spaces_customtext_spaces_plugins |
spaces_customtext/spaces_customtext.module |
Implements hook_spaces_plugins(). |
|
|
spaces_customtext_theme |
spaces_customtext/spaces_customtext.module |
Implements hook_theme(). |
|
|
spaces_dashboard_access |
spaces_dashboard/spaces_dashboard.module |
Menu access callback. |
2 |
1 |
spaces_dashboard_access_user |
spaces_dashboard/spaces_dashboard.module |
Access callback for the user Dashboard. |
|
1 |
spaces_dashboard_add |
spaces_dashboard/spaces_dashboard.admin.inc |
Form for adding/editing custom Dashboards. |
|
1 |
spaces_dashboard_add_validate |
spaces_dashboard/spaces_dashboard.admin.inc |
Element validator for custom Dashboards. |
|
1 |
spaces_dashboard_admin_form |
spaces_dashboard/spaces_dashboard.admin.inc |
Provide a form that allows administrators to select which blocks are
available in which dashboards. |
|
1 |
spaces_dashboard_admin_form_validate |
spaces_dashboard/spaces_dashboard.admin.inc |
Validation for spaces_dashboard_admin_form, actually just limits what is
saved to what needs to be saved. |
|
|
spaces_dashboard_admin_region_form |
spaces_dashboard/spaces_dashboard.admin.inc |
Allow administrators to select which regions and layouts are available
in dashboards. |
|
1 |
spaces_dashboard_block_access |
spaces_dashboard/spaces_dashboard.module |
Determine whether this block is accessible for use with the dashboard.
Modules should implement hook_spaces_dashboard_block_access_alter()
if they would like to implement more complex rules for dashboard block
access. |
1 |
|
spaces_dashboard_block_info |
spaces_dashboard/spaces_dashboard.module |
Implements hook_block_info(). |
|
|
spaces_dashboard_block_view |
spaces_dashboard/spaces_dashboard.module |
Implements hook_block_view(). |
|
|
spaces_dashboard_context_default_contexts |
spaces_dashboard/spaces_dashboard.context.inc |
Implements hook_context_default_contexts(). |
|
|
spaces_dashboard_ctools_plugin_api |
spaces_dashboard/spaces_dashboard.features.inc |
Implements hook_ctools_plugin_api(). |
|
|
spaces_dashboard_editor |
spaces_dashboard/spaces_dashboard.module |
Form builder: spaces dashboard editor. Clones and overrides form built by
context_ui_editor(). |
|
1 |
spaces_dashboard_get_module |
spaces_dashboard/spaces_dashboard.module |
Retrieve the module that a block conceptually belongs to.
Will detect the feature that provides block X as a default block
if using Views, Panels or other block-providing modules. |
2 |
|
spaces_dashboard_menu |
spaces_dashboard/spaces_dashboard.module |
Implements hook_menu(). |
|
|
spaces_dashboard_page |
spaces_dashboard/spaces_dashboard.module |
Empty page callback for dashboard feature. |
|
1 |
spaces_dashboard_permission |
spaces_dashboard/spaces_dashboard.module |
Implements hook_permission(). |
|
|
spaces_dashboard_preprocess_context_block_browser |
spaces_dashboard/spaces_dashboard.module |
Preprocessor for theme('context_block_browser'). |
|
|
spaces_dashboard_preprocess_context_block_editable_region |
spaces_dashboard/spaces_dashboard.module |
Preprocessor for theme('context_block_editable_region').
Only allow regions that have been set to editable to be changed. |
|
|