You are here

function views_php_views_api in Views PHP 7.2

Same name and namespace in other branches
  1. 6 views_php.module \views_php_views_api()
  2. 7 views_php.module \views_php_views_api()

Implements hook_views_api().

File

./views_php.module, line 11
Allows to use PHP in views.

Code

function views_php_views_api() {
  return array(
    'api' => 3,
  );
}