DrupalBin
Submit Code
About
Recent Posts
Fix for Code
Code
Code
Fix for YesCT make an acronym
YesCT make an acronym
Code
block_menu
Node lookup
Fix for Video tag RegExp
Video tag RegExp
more
User login
Log in using OpenID:
What is OpenID?
Username:
*
Password:
*
Log in using OpenID
Cancel OpenID login
Create new account
Request new password
Tags
CCK
drupal
fapi
jquery
menu
module
Panels
simpletest
test
theme
user
views
more tags
Home
Fix for Code
View
Fix
July 2, 2009 - 10:18pm — Anonymous
function
mymodule_views_data
(
)
{
$data
=
array
(
)
;
$data
[
'book'
]
[
'table'
]
[
'group'
]
=
t
(
'Book'
)
;
$data
[
'book'
]
[
'table'
]
[
'join'
]
[
'node'
]
=
array
(
'left_field'
=
>
'nid'
,
'field'
=
>
'nid'
)
;
$data
[
'book'
]
[
'bid'
]
=
array
(
'field'
=
>
array
(
'handler'
=
>
'views_handler_field_numeric'
)
,
'filter'
=
>
array
(
'handler'
=
>
'views_handler_filter_numeric'
)
,
'sort'
=
>
array
(
'handler'
=
>
'views_handler_sort'
)
)
;
$data
[
'book'
]
[
'bid'
]
[
'title'
]
=
t
(
'Book Id'
)
;
$data
[
'book'
]
[
'bid'
]
[
'help'
]
=
t
(
The id of the top level book in this node.
');
return $data;
}
Submit Fix
Summary:
Tags:
Any tags you'd like to associate with your code, delimitered by commas (example: Views, CCK, Module, etc).
Show summary in full view
function mymodule_views_data() { $data = array(); $data['book']['table']['group'] = t('Book'); $data['book']['table']['join']['node'] = array( 'left_field' => 'nid', 'field' => 'nid' ); $data['book']['bid'] = array( 'field' => array( 'handler' => 'views_handler_field_numeric' ), 'filter' => array( 'handler' => 'views_handler_filter_numeric' ), 'sort' => array( 'handler' => 'views_handler_sort' ) ); $data['book']['bid']['title'] = t('Book Id'); $data['book']['bid']['help'] = t(The id of the top level book in this node.'); return $data; }
Syntax highlighting mode:
ActionScript
ColdFusion
Diff
Drupal 5
Drupal 6
HTML
INI
Javascript
MySQL
PHP
Python
robots.txt
SQL
Text
Select the syntax highlighting mode to use.
See Also:
Order
Title:
URL:
-1
0
1
Title:
URL:
-1
0
1
Any links you'd like to have associated with the post (Drupal.org issue, Wikipedia article, etc).
File attachments
Changes made to the attachments are not permanent until you save this post. The first "listed" file will be included in RSS feeds.
Attach new file:
The maximum upload size is
1 MB
. Only files with the following extensions may be uploaded:
jpg jpeg gif png txt doc xls pdf ppt pps odt ods odp
.