webform_component_roles_form_alter |
./webform_component_roles.module |
Implements hook_form_alter(). |
|
|
webform_component_roles_form_webform_component_edit_form_alter |
./webform_component_roles.module |
Implements hook_form_FORM_ID_alter() for webform_component_edit_form(). |
|
|
webform_component_roles_form_webform_configure_form_alter |
./webform_component_roles.module |
Implements hook_form_FORM_ID_alter() for webform_configure_form(). |
|
|
webform_component_roles_form_webform_configure_form_submit |
./webform_component_roles.module |
Additional submit handler for webform_configure_form(). |
|
1 |
webform_component_roles_permission |
./webform_component_roles.module |
Implements hook_permission(). |
|
|
webform_component_roles_schema |
./webform_component_roles.install |
Implements hook_schema(). |
|
|
webform_component_roles_update_7100 |
./webform_component_roles.install |
Add new permissions column if it does not exist, or if it does, change it to permit null values. |
|
|
webform_component_roles_webform_component_delete |
./webform_component_roles.module |
Implements hook_webform_component_delete(). |
|
|
webform_component_roles_webform_component_insert |
./webform_component_roles.module |
Implements hook_webform_component_insert(). |
|
|
webform_component_roles_webform_component_update |
./webform_component_roles.module |
Implements hook_webform_component_update(). |
|
|
webform_component_roles_webform_submission_render_alter |
./webform_component_roles.module |
Implements hook_webform_submission_render_alter(). |
|
|
_webform_component_roles_apply |
./webform_component_roles.module |
Applies Webform Component Roles logic to a renderable array. |
2 |
|
_webform_component_roles_component_roles |
./webform_component_roles.module |
Fetch the roles of a component by the webform node ID and component ID. |
1 |
|
_webform_component_roles_defaults |
./webform_component_roles.module |
Default settings for Webform Component Roles. |
1 |
|
_webform_component_roles_delete_component_roles |
./webform_component_roles.module |
Remove roles from the database for this component. |
3 |
|
_webform_component_roles_flatten_components |
./webform_component_roles.module |
Flattens the webform component tree into an associative array keyed by the
form key of the component. |
1 |
|
_webform_component_roles_get_role_array |
./webform_component_roles.module |
Return role ID's that were selected in the form from a component. |
2 |
|
_webform_component_roles_insert_component_roles |
./webform_component_roles.module |
Insert roles that can view this component. |
3 |
|
_webform_component_roles_webform_component_roles |
./webform_component_roles.module |
Fetch the components and their roles by a webform node ID. |
2 |
|
_webform_component_roles_webform_roles |
./webform_component_roles.module |
Fetch the roles of a webform. |
|
|