You are here

public function yoast_seo_handler_rating::query in Real-time SEO for Drupal 7

@inheritdoc

Overrides views_handler_field::query

File

views/yoast_seo_handler_rating.inc, line 15

Class

yoast_seo_handler_rating
View handler class yoast_seo_handler_rating.

Code

public function query() {
  $this
    ->ensure_my_table();
}