You are here

function mediafront_handler_field_player::query in MediaFront 7

Same name and namespace in other branches
  1. 6.2 views/mediafront_handler_field_player.inc \mediafront_handler_field_player::query()
  2. 6 views/mediafront_handler_field_player.inc \mediafront_handler_field_player::query()

Called to add the field to a query.

Overrides views_handler_field::query

File

views/mediafront_handler_field_player.inc, line 115

Class

mediafront_handler_field_player
Field handler to provide simple renderer that turns a URL into a clickable link.

Code

function query() {
}