webform_component_roles_element_validate |
./webform_component_roles.module |
Validate that disabled components have not been tampered with.
@staticvar string $webform_title Title of the webform. |
|
1 |
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_install |
./webform_component_roles.install |
|
|
|
webform_component_roles_perm |
./webform_component_roles.module |
Implements hook_perm(). |
|
|
webform_component_roles_schema |
./webform_component_roles.install |
Implements hook_schema(). |
|
|
webform_component_roles_uninstall |
./webform_component_roles.install |
|
|
|
webform_component_roles_update_6100 |
./webform_component_roles.install |
Change NOT NULL on perms column to permit null value. |
|
|
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_apply |
./webform_component_roles.module |
Applies Webform Component Roles logic to a renderable array. |
1 |
|
_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. |
|
|