1.20.x views_handler_field.inc | views_handler_field::admin_summary() |
Provide extra data to the administration form
Overrides views_handler::admin_summary
File
- modules/
views/ handlers/ views_handler_field.inc, line 1063 - @todo.
Class
- views_handler_field
- Base field handler that has no options and renders an unformatted field.
Code
function admin_summary() {
return $this->label();
}