DrupalBin
Submit Code
About
Recent Posts
Serializable closures
Closures in menu item arguments
dpr($content['field_headshot'])
Fix for Git push error
Проверка
Code
$item['title'] = $item['title'];
Loading specific field
expire give non-aliased paths
Fix for Code
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
php
simpletest
taxonomy
test
theme
views
more tags
Home
history
Re:
February 24, 2011 - 3:53pm — Anonymous
freelance writer
history
hook_views_data
views
Fix for history data for recently viewed nodes
May 16, 2010 - 7:45pm — Anonymous
<?php
// $Id$
/**
* Implementation of hook_views_handlers().
*/
function
mymodule_history_views_handlers
(
)
{
return
array
(
'info'
=
>
array
(
'path'
=
>
drupal_get_path
(
'module'
,
history
hook_views_data
views
Read more
history data for recently viewed nodes
January 25, 2010 - 8:15pm —
mikey_p
<?php
// $Id$
/**
* Implementation of hook_views_handlers().
*/
function
mymodule_history_views_handlers
(
)
{
return
array
(
'info'
=
>
array
(
'path'
=
>
drupal_get_path
(
'module'
,
history
hook_views_data
views
Read more