DrupalBin
Submit Code
About
Recent Posts
Fix for Views cumulus: tag_cloud
Fix for Code
sjfgjgjfgidfgh
Code
Code
test.berniecram.com.alias.drushrc.php
Code
provision-deploy error
Create node programmatically with file
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
token
Code
September 6, 2011 - 10:56am —
Dave Reid
/**
* The point of this code is so that I can make an array of objects and can easily output a string representation of each object but retain the full data.
*
* For example:
* $terms = taxono
token
Read more
RDF in core idea
May 13, 2009 - 10:33am — Anonymous
<?php
/**
* Implementation of hook_rdf_schema().
*/
function
node_rdf_schema
(
)
{
$rdf
=
array
(
)
;
$rdf
[
'node'
]
=
array
(
'label'
=
>
t
(
'content'
)
,
'class'
=
>
'sioc:post'
)
;
core
rdf
token
Read more
Fix for token
April 15, 2009 - 5:57pm — Anonymous
<?php
/**
* Implementation of hook_token_list().
*/
function
token_vocab_token_list
(
$type
=
'all'
)
{
$tokens
=
array
(
)
;
token
Read more
Fix for token
April 15, 2009 - 5:56pm — Anonymous
<?php
/**
* Implementation of hook_token_list().
*/
function
token_vocab_token_list
(
$type
=
'all'
)
{
$tokens
=
array
(
)
;
token
Read more
token
April 15, 2009 - 5:54pm — Anonymous
<?php
/**
* Implementation of hook_token_list().
*/
function
token_vocab_token_list
(
$type
=
'all'
)
{
$tokens
=
array
(
)
;
token
Read more