views_handler_field::render_trim_text |
core/modules/views/handlers/views_handler_field.inc |
Trim the field down to the specified length. |
views_handler_field::theme |
core/modules/views/handlers/views_handler_field.inc |
Call out to the theme() function, which probably just calls render() but
allows sites to override output more easily. |
views_handler_field::theme_functions |
core/modules/views/handlers/views_handler_field.inc |
|
views_handler_field::tokenize_value |
core/modules/views/handlers/views_handler_field.inc |
Replace a value with tokens from the last field. |
views_handler_field::ui_name |
core/modules/views/handlers/views_handler_field.inc |
Return a string representing this handler's name in the UI. |
views_handler_field::use_string_group_by |
core/modules/views/handlers/views_handler_field.inc |
Determines if this field will be available as an option to group the result
by in the style settings. |
views_handler_field_boolean::init |
core/modules/views/handlers/views_handler_field_boolean.inc |
init the handler with necessary data. |
views_handler_field_boolean::options_form |
core/modules/views/handlers/views_handler_field_boolean.inc |
Default options form that provides the label widget that all fields
should have. |
views_handler_field_boolean::option_definition |
core/modules/views/handlers/views_handler_field_boolean.inc |
Information about options for all kinds of purposes will be held here.
@code
'option_name' => array( |
views_handler_field_boolean::render |
core/modules/views/handlers/views_handler_field_boolean.inc |
Render the field. |
views_handler_field_broken::broken |
core/modules/views/handlers/views_handler_field.inc |
Determine if the handler is considered 'broken' |
views_handler_field_broken::ensure_my_table |
core/modules/views/handlers/views_handler_field.inc |
|
views_handler_field_broken::options_form |
core/modules/views/handlers/views_handler_field.inc |
|
views_handler_field_broken::query |
core/modules/views/handlers/views_handler_field.inc |
|
views_handler_field_broken::ui_name |
core/modules/views/handlers/views_handler_field.inc |
|
views_handler_field_bulk_form::get_bulk_options |
core/modules/views/handlers/views_handler_field_bulk_form.inc |
Returns the available operations for this form. |
views_handler_field_bulk_form::get_entity_type |
core/modules/views/handlers/views_handler_field_bulk_form.inc |
Determine the entity type of the bulk operation field. |
views_handler_field_bulk_form::options_form |
core/modules/views/handlers/views_handler_field_bulk_form.inc |
Overrides views_handler_field::options_form(). |
views_handler_field_bulk_form::options_validate |
core/modules/views/handlers/views_handler_field_bulk_form.inc |
Overrides views_handler::options_validate(). |
views_handler_field_bulk_form::option_definition |
core/modules/views/handlers/views_handler_field_bulk_form.inc |
Overrides views_handler_field::option_definition(). |
views_handler_field_bulk_form::pre_render |
core/modules/views/handlers/views_handler_field_bulk_form.inc |
Overrides views_handler_field::pre_render(). |
views_handler_field_bulk_form::render |
core/modules/views/handlers/views_handler_field_bulk_form.inc |
Overrides views_handler_field::render(). |
views_handler_field_bulk_form::views_form |
core/modules/views/handlers/views_handler_field_bulk_form.inc |
Form constructor for the bulk form. |
views_handler_field_bulk_form::views_form_submit |
core/modules/views/handlers/views_handler_field_bulk_form.inc |
Submit handler for the bulk form. |
views_handler_field_comment::init |
core/modules/comment/views/views_handler_field_comment.inc |
Override init function to provide generic option to link to comment. |
views_handler_field_comment::options_form |
core/modules/comment/views/views_handler_field_comment.inc |
Provide link-to-comment option |
views_handler_field_comment::option_definition |
core/modules/comment/views/views_handler_field_comment.inc |
Information about options for all kinds of purposes will be held here.
@code
'option_name' => array( |
views_handler_field_comment::render |
core/modules/comment/views/views_handler_field_comment.inc |
Render the field. |
views_handler_field_comment::render_link |
core/modules/comment/views/views_handler_field_comment.inc |
|
views_handler_field_comment_depth::render |
core/modules/comment/views/views_handler_field_comment_depth.inc |
Work out the depth of this comment |
views_handler_field_comment_link::construct |
core/modules/comment/views/views_handler_field_comment_link.inc |
Construct a new field handler. |
views_handler_field_comment_link::options_form |
core/modules/comment/views/views_handler_field_comment_link.inc |
Default options form that provides the label widget that all fields
should have. |
views_handler_field_comment_link::option_definition |
core/modules/comment/views/views_handler_field_comment_link.inc |
Information about options for all kinds of purposes will be held here.
@code
'option_name' => array( |
views_handler_field_comment_link::query |
core/modules/comment/views/views_handler_field_comment_link.inc |
Overriden to add the field for the entity id. |
views_handler_field_comment_link::render |
core/modules/comment/views/views_handler_field_comment_link.inc |
Render the field. |
views_handler_field_comment_link::render_link |
core/modules/comment/views/views_handler_field_comment_link.inc |
|
views_handler_field_comment_link_approve::access |
core/modules/comment/views/views_handler_field_comment_link_approve.inc |
Check whether current user has access to this handler. |
views_handler_field_comment_link_approve::render_link |
core/modules/comment/views/views_handler_field_comment_link_approve.inc |
|
views_handler_field_comment_link_delete::access |
core/modules/comment/views/views_handler_field_comment_link_delete.inc |
Check whether current user has access to this handler. |
views_handler_field_comment_link_delete::render_link |
core/modules/comment/views/views_handler_field_comment_link_delete.inc |
|
views_handler_field_comment_link_edit::options_form |
core/modules/comment/views/views_handler_field_comment_link_edit.inc |
Default options form that provides the label widget that all fields
should have. |
views_handler_field_comment_link_edit::option_definition |
core/modules/comment/views/views_handler_field_comment_link_edit.inc |
Information about options for all kinds of purposes will be held here.
@code
'option_name' => array( |
views_handler_field_comment_link_edit::render_link |
core/modules/comment/views/views_handler_field_comment_link_edit.inc |
|
views_handler_field_comment_link_reply::access |
core/modules/comment/views/views_handler_field_comment_link_reply.inc |
Check whether current user has access to this handler. |
views_handler_field_comment_link_reply::render_link |
core/modules/comment/views/views_handler_field_comment_link_reply.inc |
|
views_handler_field_comment_node_link::construct |
core/modules/comment/views/views_handler_field_comment_node_link.inc |
Construct a new field handler. |
views_handler_field_comment_node_link::options_form |
core/modules/comment/views/views_handler_field_comment_node_link.inc |
Default options form that provides the label widget that all fields
should have. |
views_handler_field_comment_node_link::option_definition |
core/modules/comment/views/views_handler_field_comment_node_link.inc |
Information about options for all kinds of purposes will be held here.
@code
'option_name' => array( |
views_handler_field_comment_node_link::query |
core/modules/comment/views/views_handler_field_comment_node_link.inc |
Overriden to add the field for the entity id. |
views_handler_field_comment_node_link::render |
core/modules/comment/views/views_handler_field_comment_node_link.inc |
Render the field. |