Same name and namespace in other branches
  1. 6.x-3.x includes/handlers.inc \views_handler::admin_summary()

Provide text for the administrative summary.

4 methods override views_handler::admin_summary()
views_handler_area::admin_summary in handlers/views_handler_area.inc
Provide extra data to the administration form.
views_handler_field::admin_summary in handlers/views_handler_field.inc
Provide extra data to the administration form
views_handler_filter::admin_summary in handlers/views_handler_filter.inc
Display the filter on the administrative summary.
views_handler_sort::admin_summary in handlers/views_handler_sort.inc
Display whether or not the sort order is ascending or descending

File

includes/handlers.inc, line 696
Defines the various handler objects to help build and display views.

Class

views_handler

Code

public function admin_summary() {
}