function ctools_user_form_actions_content_type_admin_title

Ctools plugin admin title function for the actions form field.

File

plugins/content_types/user_form/user_form_actions.inc, line 54

Code

function ctools_user_form_actions_content_type_admin_title($subtype, $conf, $context) {
    return t('"@s" user form actions / buttons field', array(
        '@s' => $context->identifier,
    ));
}