You are here

function mediafront_plugin_style_player::query in MediaFront 6

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

Override the query to tell our view to get the total number of rows.

File

views/mediafront_plugin_style_player.inc, line 39
This file holds style plugin for MediaFront Views

Class

mediafront_plugin_style_player
@class Extension of the Views Plugin Syle for the Media Player from MediaFront

Code

function query() {
  parent::query();
  $this->view->get_total_rows = TRUE;
}