DrupalBin
Submit Code
About
Recent Posts
Code
Fix for Fix for Code
Fix for Code
Code
Node type whitelist
an axe coach accessories
coach purses married
Fix for de las ghd alturas
de las ghd alturas
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
api
Ctools hook
February 16, 2011 - 12:28pm — Anonymous
/**
* Implementation of hook_ctools_plugin_api().
*
* If you do this, CTools will pick up default panels pages in
* <modulename>.pages_default.inc
*/
function
ignition_ctools_plugin_api
(
$mo
6.x
api
ctools
drupal
hook
Read more
object_assoc
November 15, 2010 - 6:08pm — Anonymous
/**
*
* @param $object
* Core object to create options
* @param $key
* Key of the object to take
* @param $value
* Value to assign
* @return array
* Options that could be use
api
Read more
Code
May 1, 2009 - 11:55am — Anonymous
function
hook_views_data
(
)
{
/* first attempt */
$data
=
array
(
)
;
$data
[
'byline'
]
[
'group'
]
=
t
(
'Byline'
)
;
$data
[
'byline'
]
[
'join'
]
[
'node'
]
=
array
(
api
CCK
textfield
userreference
views2
Read more
Views API problem
April 22, 2009 - 9:58am — Anonymous
<?php
// $Id: $
/**
* @file
* Provide views data and handlers for markets.module
*/
/**
* Implementation of hook_views_data()
*/
function
markets_views_data
(
)
{
api
views
Read more
Update payment plugin system with ctools process callback
January 21, 2009 - 7:46pm — Anonymous
/**
* Implementation of hook_payment_plugins().
*/
function
payment_payment_gateway
(
)
{
return
array
(
'parent'
=
>
array
(
'handler'
=
>
'payment_plugin_gateway'
,
api
ctools
payment
plugins
Read more
test
January 21, 2009 - 7:23pm — Anonymous
/**
* Implementation of hook_payment_plugins().
*/
function
payment_payment_gateway
(
)
{
return
array
(
'parent'
=
>
array
(
'handler'
=
>
'payment_plugin_gateway'
,
api
ctools
payment
plugins
Read more