You are here

function flag_handler_relationship_counts::admin_summary in Flag 7.2

Same name and namespace in other branches
  1. 6.2 includes/flag_handler_relationships.inc \flag_handler_relationship_counts::admin_summary()
  2. 6 includes/flag_handler_relationships.inc \flag_handler_relationship_counts::admin_summary()
  3. 7.3 includes/views/flag_handler_relationships.inc \flag_handler_relationship_counts::admin_summary()

Provide text for the administrative summary.

Overrides views_handler::admin_summary

File

includes/flag_handler_relationships.inc, line 189
Contains various relationship handlers.

Class

flag_handler_relationship_counts
Specialized relationship handler associating flag counts and content.

Code

function admin_summary() {

  // Nothing to show.
}