Search for broken
Title | Object type | File name | Summary |
---|---|---|---|
views_handler::broken | function | includes/ |
Determine if the handler is considered 'broken'. |
views_handler_area_broken | class | handlers/ |
A special handler to take the place of missing or broken handlers. |
views_handler_area_broken::broken | function | handlers/ |
Determine if the handler is considered 'broken'. |
views_handler_area_broken::ensure_my_table | function | handlers/ |
Ensure the main table for this handler is in the query. This is used a lot. |
views_handler_area_broken::options_form | function | handlers/ |
Default options form that provides the label widget that all fields should have. |
views_handler_area_broken::query | function | handlers/ |
Don't run a query. |
views_handler_area_broken::render | function | handlers/ |
Render the area. |
views_handler_area_broken::ui_name | function | handlers/ |
Return a string representing this handler's name in the UI. |
views_handler_argument_broken | class | handlers/ |
A special handler to take the place of missing or broken handlers. |
views_handler_argument_broken::broken | function | handlers/ |
Determine if the handler is considered 'broken'. |
views_handler_argument_broken::ensure_my_table | function | handlers/ |
Ensure the main table for this handler is in the query. This is used a lot. |
views_handler_argument_broken::options_form | function | handlers/ |
Build the options form. |
views_handler_argument_broken::query | function | handlers/ |
Set up the query for this argument. |
views_handler_argument_broken::ui_name | function | handlers/ |
Return a string representing this handler's name in the UI. |
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_filter_broken | class | handlers/ |
A special handler to take the place of missing or broken handlers. |
views_handler_filter_broken::broken | function | handlers/ |
Determine if the handler is considered 'broken'. |
views_handler_filter_broken::ensure_my_table | function | handlers/ |
Ensure the main table for this handler is in the query. This is used a lot. |
views_handler_filter_broken::options_form | function | handlers/ |
Provide the basic form which calls through to subforms. |
views_handler_filter_broken::query | function | handlers/ |
Add this filter to the query. |
views_handler_filter_broken::ui_name | function | handlers/ |
Return a string representing this handler's name in the UI. |
views_handler_relationship_broken | class | handlers/ |
A special handler to take the place of missing or broken handlers. |
views_handler_relationship_broken::broken | function | handlers/ |
Determine if the handler is considered 'broken'. |
views_handler_relationship_broken::ensure_my_table | function | handlers/ |
Ensure the main table for this handler is in the query. This is used a lot. |
views_handler_relationship_broken::options_form | function | handlers/ |
Provide the label widget that all fields should have. |
views_handler_relationship_broken::query | function | handlers/ |
Called to implement a relationship in a query. |
views_handler_relationship_broken::ui_name | function | handlers/ |
Return a string representing this handler's name in the UI. |
views_handler_sort_broken | class | handlers/ |
A special handler to take the place of missing or broken handlers. |
views_handler_sort_broken::broken | function | handlers/ |
Determine if the handler is considered 'broken'. |
views_handler_sort_broken::ensure_my_table | function | handlers/ |
Ensure the main table for this handler is in the query. This is used a lot. |
views_handler_sort_broken::options_form | function | handlers/ |
Basic options for all sort criteria. |
views_handler_sort_broken::query | function | handlers/ |
Called to add the sort to a query. |
views_handler_sort_broken::ui_name | function | handlers/ |
Return a string representing this handler's name in the UI. |