Search for field
Title | Object type | File name | Summary |
---|---|---|---|
views_handler_field::render | function | handlers/ |
Render the field. |
views_handler_field::render_altered | function | handlers/ |
Render this field as altered text, from a fieldset set by the user. |
views_handler_field::render_as_link | function | handlers/ |
Render this field as a link, with info from a fieldset set by the user. |
views_handler_field::render_text | function | handlers/ |
Perform an advanced text render for the item. |
views_handler_field::render_trim_text | function | handlers/ |
Trim the field down to the specified length. |
views_handler_field::theme | function | handlers/ |
Call out to the theme() function. |
views_handler_field::theme_functions | function | handlers/ |
Build a list of suitable theme functions for this view. |
views_handler_field::tokenize_value | function | handlers/ |
Replace a value with tokens from the last field. |
views_handler_field::ui_name | function | handlers/ |
Return a string representing this handler's name in the UI. |
views_handler_field::use_string_group_by | function | handlers/ |
Determines if this field will be available as an option to group the result by in the style settings. |
views_handler_field_accesslog_path | class | modules/ |
Provide simple renderer that turns a URL into a clickable link. |
views_handler_field_accesslog_path.inc | file | modules/ |
Definition of views_handler_field_accesslog_path. |
views_handler_field_accesslog_path::init | function | modules/ |
Override init function to provide generic option to link to node. |
views_handler_field_accesslog_path::options_form | function | modules/ |
Provide link to the page being visited. |
views_handler_field_accesslog_path::option_definition | function | modules/ |
Information about options for all kinds of purposes will be held here. |
views_handler_field_accesslog_path::render | function | modules/ |
Render the field. |
views_handler_field_accesslog_path::render_link | function | modules/ |
|
views_handler_field_aggregator_category | class | modules/ |
Field handler to provide simple renderer that allows linking to aggregator category. |
views_handler_field_aggregator_category.inc | file | modules/ |
Definition of views_handler_field_aggregator_category. |
views_handler_field_aggregator_category::construct | function | modules/ |
Constructor to provide additional field to add. |
views_handler_field_aggregator_category::options_form | function | modules/ |
Provide link to category option. |
views_handler_field_aggregator_category::option_definition | function | modules/ |
Information about options for all kinds of purposes will be held here. |
views_handler_field_aggregator_category::render | function | modules/ |
Render the field. |
views_handler_field_aggregator_category::render_link | function | modules/ |
Render whatever the data is as a link to the category. |
views_handler_field_aggregator_title_link | class | modules/ |
Field handler that turns an item's title into a clickable link to the original source article. |
views_handler_field_aggregator_title_link.inc | file | modules/ |
Definition of views_handler_field_aggregator_title_link. |
views_handler_field_aggregator_title_link::construct | function | modules/ |
Construct a new field handler. |
views_handler_field_aggregator_title_link::options_form | function | modules/ |
Provide link to the page being visited. |
views_handler_field_aggregator_title_link::option_definition | function | modules/ |
Information about options for all kinds of purposes will be held here. |
views_handler_field_aggregator_title_link::render | function | modules/ |
Render the field. |
views_handler_field_aggregator_title_link::render_link | function | modules/ |
|
views_handler_field_aggregator_xss | class | modules/ |
Filters htmls tags from item. |
views_handler_field_aggregator_xss.inc | file | modules/ |
Definition of views_handler_field_aggregator_xss. |
views_handler_field_aggregator_xss::render | function | modules/ |
Render the field. |
views_handler_field_boolean | class | handlers/ |
A handler to provide proper displays for booleans. |
views_handler_field_boolean.inc | file | handlers/ |
Definition of views_handler_field_boolean. |
views_handler_field_boolean.test | file | tests/ |
Definition of ViewsHandlerFieldBooleanTest. |
views_handler_field_boolean::init | function | handlers/ |
Init the handler with necessary data. |
views_handler_field_boolean::options_form | function | handlers/ |
Default options form provides the label widget that all fields should have. |
views_handler_field_boolean::option_definition | function | handlers/ |
Information about options for all kinds of purposes will be held here. |
views_handler_field_boolean::render | function | handlers/ |
Render the field. |
views_handler_field_broken | class | handlers/ |
A special handler to take the place of missing or broken handlers. |
views_handler_field_broken::broken | function | handlers/ |
Determine if the handler is considered 'broken'. |
views_handler_field_broken::ensure_my_table | function | handlers/ |
Ensure the main table for this handler is in the query. This is used a lot. |
views_handler_field_broken::options_form | function | handlers/ |
Default options form provides the label widget that all fields should have. |
views_handler_field_broken::query | function | handlers/ |
Called to add the field to a query. |
views_handler_field_broken::ui_name | function | handlers/ |
Return a string representing this handler's name in the UI. |
views_handler_field_comment | class | modules/ |
Field handler to allow linking to a comment. |
views_handler_field_comment.inc | file | modules/ |
Definition of views_handler_field_comment. |
views_handler_field_comment::init | function | modules/ |
Override init function to provide generic option to link to comment. |
Pagination
- Previous page
- Page 4
- Next page