Search for field
Title | Object type | File name | Summary |
---|---|---|---|
views_handler_field_field::add_field_table | function | modules/ |
Determine if the field table should be added to the query. |
views_handler_field_field::add_self_tokens | function | modules/ |
Add any special tokens this field might use for itself. |
views_handler_field_field::click_sort | function | modules/ |
Called to determine what to tell the clicksorter. |
views_handler_field_field::click_sortable | function | modules/ |
Determine if this field is click sortable. |
views_handler_field_field::document_self_tokens | function | modules/ |
Document any special tokens this field might use for itself. |
views_handler_field_field::field_language | function | modules/ |
Return the language code of the language the field should be displayed in, according to the settings. |
views_handler_field_field::get_base_table | function | modules/ |
Set the base_table and base_table_alias. |
views_handler_field_field::get_items | function | modules/ |
|
views_handler_field_field::get_value | function | modules/ |
Get the value that's supposed to be rendered. |
views_handler_field_field::groupby_form | function | modules/ |
Extend the groupby form with group columns. |
views_handler_field_field::groupby_form_submit | function | modules/ |
Perform any necessary changes to the form values prior to storage. There is no need for this function to actually store the data. |
views_handler_field_field::init | function | modules/ |
Init the handler with necessary data. |
views_handler_field_field::multiple_options_form | function | modules/ |
Provide options for multiple value fields. |
views_handler_field_field::options_form | function | modules/ |
Default options form provides the label widget that all fields should have. |
views_handler_field_field::option_definition | function | modules/ |
Information about options for all kinds of purposes will be held here. |
views_handler_field_field::post_execute | function | modules/ |
Load the entities for all fields that are about to be displayed. |
views_handler_field_field::query | function | modules/ |
Called to add the field to a query. |
views_handler_field_field::render_item | function | modules/ |
|
views_handler_field_field::render_items | function | modules/ |
Render all items in this field together. |
views_handler_field_field::set_items | function | modules/ |
Return an array of items for the field. |
views_handler_field_file | class | modules/ |
Field handler to provide simple renderer that allows linking to a file. |
views_handler_field_file.inc | file | modules/ |
Definition of views_handler_field_file. |
views_handler_field_file::init | function | modules/ |
Constructor to provide additional field to add. |
views_handler_field_file::options_form | function | modules/ |
Provide link to file option. |
views_handler_field_file::option_definition | function | modules/ |
Information about options for all kinds of purposes will be held here. |
views_handler_field_file::render | function | modules/ |
Render the field. |
views_handler_field_file::render_link | function | modules/ |
Render whatever the data is as a link to the file. |
views_handler_field_file_extension | class | modules/ |
Returns a pure file extension of the file, for example 'module'. |
views_handler_field_file_extension.inc | file | modules/ |
Definition of views_handler_field_file_extension. |
views_handler_field_file_extension.test | file | tests/ |
Definition of ViewsHandlerFileExtensionTest. |
views_handler_field_file_extension::options_form | function | modules/ |
Default options form provides the label widget that all fields should have. |
views_handler_field_file_extension::option_definition | function | modules/ |
Information about options for all kinds of purposes will be held here. |
views_handler_field_file_extension::render | function | modules/ |
Render the field. |
views_handler_field_file_filemime | class | modules/ |
Add rendering MIME type images as an option on the 'filemime' field. |
views_handler_field_file_filemime.inc | file | modules/ |
Definition of views_handler_field_file_filemime. |
views_handler_field_file_filemime::options_form | function | modules/ |
Provide link to file option. |
views_handler_field_file_filemime::option_definition | function | modules/ |
Information about options for all kinds of purposes will be held here. |
views_handler_field_file_filemime::render | function | modules/ |
Render the field. |
views_handler_field_file_size | class | handlers/ |
Render a numeric value as a size. |
views_handler_field_file_size.test | file | tests/ |
Definition of ViewsHandlerTestFileSize. |
views_handler_field_file_size::options_form | function | handlers/ |
Default options form provides the label widget that all fields should have. |
views_handler_field_file_size::option_definition | function | handlers/ |
Information about options for all kinds of purposes will be held here. |
views_handler_field_file_size::render | function | handlers/ |
Render the field. |
views_handler_field_file_status | class | modules/ |
Field handler to translate a node type into its readable form. |
views_handler_field_file_status.inc | file | modules/ |
Definition of views_handler_field_file_status. |
views_handler_field_file_status::render | function | modules/ |
Render the field. |
views_handler_field_file_uri | class | modules/ |
Field handler to add rendering file paths as file URLs instead of as internal file URIs. |
views_handler_field_file_uri.inc | file | modules/ |
Definition of views_handler_field_file_uri. |
views_handler_field_file_uri::options_form | function | modules/ |
Provide link to file option. |
views_handler_field_file_uri::option_definition | function | modules/ |
Information about options for all kinds of purposes will be held here. |
Pagination
- Previous page
- Page 7
- Next page