function views_handler::admin_summary

3.x handlers.inc views_handler::admin_summary()
2.x 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 655
Defines the various handler objects to help build and display views.

Class

views_handler
Base handler, from which all the other handlers are derived. It creates a common interface to create consistency amongst handlers and data.

Code

function admin_summary() {
}