public function views_handler_field::admin_summary in Views (for Drupal 7) 7.3
Same name and namespace in other branches
- 6.3 handlers/views_handler_field.inc \views_handler_field::admin_summary()
- 6.2 handlers/views_handler_field.inc \views_handler_field::admin_summary()
Provide extra data to the administration form
Overrides views_handler::admin_summary
File
- handlers/
views_handler_field.inc, line 1048 - Definition of views_handler_field.
Class
- views_handler_field
- Base field handler that has no options and renders an unformatted field.
Code
public function admin_summary() {
return $this
->label();
}