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. |
views_handler_field_comment_username::init |
core/modules/comment/views/views_handler_field_comment_username.inc |
Override init function to add uid and homepage fields. |
views_handler_field_comment_username::options_form |
core/modules/comment/views/views_handler_field_comment_username.inc |
Default options form that provides the label widget that all fields
should have. |
views_handler_field_comment_username::option_definition |
core/modules/comment/views/views_handler_field_comment_username.inc |
Information about options for all kinds of purposes will be held here.
@code
'option_name' => array( |
views_handler_field_comment_username::render |
core/modules/comment/views/views_handler_field_comment_username.inc |
Render the field. |
views_handler_field_comment_username::render_link |
core/modules/comment/views/views_handler_field_comment_username.inc |
|
views_handler_field_contact_link::access |
core/modules/contact/views/views_handler_field_contact_link.inc |
Check whether current user has access to this handler. |
views_handler_field_contact_link::options_form |
core/modules/contact/views/views_handler_field_contact_link.inc |
Default options form that provides the label widget that all fields
should have. |