Go to the documentation of this file.00001 <?php
00017 function filter_views_data() {
00018
00019
00020
00021
00022
00023 $data['filter_formats']['moved to'] = 'filter_format';
00024 $data['filter_format']['table']['join'] = array(
00025 'node_revision' => array(
00026 'left_field' => 'format',
00027 'field' => 'format',
00028 ),
00029 'node' => array(
00030 'left_table' => 'node_revision',
00031 'left_field' => 'format',
00032 'field' => 'format',
00033 ),
00034 );
00035
00036 return $data;
00037 }
00038