Search for broken

  1. Search 7.x-3.x for broken
  2. Other projects
Title Object type File name Summary
views_handler::broken function includes/handlers.inc Determine if the handler is considered 'broken', meaning it's a
a placeholder used when a handler can't be found.
views_handler_area_broken class handlers/views_handler_area.inc A special handler to take the place of missing or broken handlers.
views_handler_area_broken::broken function handlers/views_handler_area.inc Determine if the handler is considered 'broken'
views_handler_area_broken::ensure_my_table function handlers/views_handler_area.inc Ensure the main table for this handler is in the query. This is used
a lot.
views_handler_area_broken::options_form function handlers/views_handler_area.inc Default options form that provides the label widget that all fields
should have.
views_handler_area_broken::query function handlers/views_handler_area.inc Don't run a query
views_handler_area_broken::render function handlers/views_handler_area.inc Render the area
views_handler_area_broken::ui_name function handlers/views_handler_area.inc Return a string representing this handler's name in the UI.
views_handler_argument_broken class handlers/views_handler_argument.inc A special handler to take the place of missing or broken handlers.
views_handler_argument_broken::broken function handlers/views_handler_argument.inc Determine if the handler is considered 'broken'
views_handler_argument_broken::ensure_my_table function handlers/views_handler_argument.inc Ensure the main table for this handler is in the query. This is used
a lot.
views_handler_argument_broken::options_form function handlers/views_handler_argument.inc
views_handler_argument_broken::query function handlers/views_handler_argument.inc Set up the query for this argument.
views_handler_argument_broken::ui_name function handlers/views_handler_argument.inc Return a string representing this handler's name in the UI.
views_handler_field_broken class handlers/views_handler_field.inc A special handler to take the place of missing or broken handlers.
views_handler_field_broken::broken function handlers/views_handler_field.inc Determine if the handler is considered 'broken'
views_handler_field_broken::ensure_my_table function handlers/views_handler_field.inc Ensure the main table for this handler is in the query. This is used
a lot.
views_handler_field_broken::options_form function handlers/views_handler_field.inc Default options form that provides the label widget that all fields
should have.
views_handler_field_broken::query function handlers/views_handler_field.inc Called to add the field to a query.
views_handler_field_broken::ui_name function handlers/views_handler_field.inc Return a string representing this handler's name in the UI.
views_handler_filter_broken class handlers/views_handler_filter.inc A special handler to take the place of missing or broken handlers.
views_handler_filter_broken::broken function handlers/views_handler_filter.inc Determine if the handler is considered 'broken'
views_handler_filter_broken::ensure_my_table function handlers/views_handler_filter.inc Ensure the main table for this handler is in the query. This is used
a lot.
views_handler_filter_broken::options_form function handlers/views_handler_filter.inc Provide the basic form which calls through to subforms.
If overridden, it is best to call through to the parent,
or to at least make sure all of the functions in this form
are called.
views_handler_filter_broken::query function handlers/views_handler_filter.inc Add this filter to the query.
views_handler_filter_broken::ui_name function handlers/views_handler_filter.inc Return a string representing this handler's name in the UI.
views_handler_relationship_broken class handlers/views_handler_relationship.inc A special handler to take the place of missing or broken handlers.
views_handler_relationship_broken::broken function handlers/views_handler_relationship.inc Determine if the handler is considered 'broken'
views_handler_relationship_broken::ensure_my_table function handlers/views_handler_relationship.inc Ensure the main table for this handler is in the query. This is used
a lot.
views_handler_relationship_broken::options_form function handlers/views_handler_relationship.inc Default options form that provides the label widget that all fields
should have.
views_handler_relationship_broken::query function handlers/views_handler_relationship.inc Called to implement a relationship in a query.
views_handler_relationship_broken::ui_name function handlers/views_handler_relationship.inc Return a string representing this handler's name in the UI.
views_handler_sort_broken class handlers/views_handler_sort.inc A special handler to take the place of missing or broken handlers.
views_handler_sort_broken::broken function handlers/views_handler_sort.inc Determine if the handler is considered 'broken'
views_handler_sort_broken::ensure_my_table function handlers/views_handler_sort.inc Ensure the main table for this handler is in the query. This is used
a lot.
views_handler_sort_broken::options_form function handlers/views_handler_sort.inc Basic options for all sort criteria
views_handler_sort_broken::query function handlers/views_handler_sort.inc Called to add the sort to a query.
views_handler_sort_broken::ui_name function handlers/views_handler_sort.inc Return a string representing this handler's name in the UI.