function views_handler::admin_summary
Same name in other branches
- 7.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 672
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() {
}