|
Tripal
|
Functions | |
| tripal_get_title_format ($bundle) | |
| tripal_get_default_title_format ($bundle) | |
| tripal_get_entity_tokens ($bundle, $options=[]) | |
| tripal_replace_entity_tokens ($string, &$entity, $bundle_entity=NULL) | |
| theme_token_list ($tokens) | |
| tripal_tripal_cron_notification () | |
Provides an application programming interface (API) for working with TripalEntity content types (bundles) and their entities.
| theme_token_list | ( | $tokens | ) |
Formats the tokens for display.
| array | $tokens | A list of tokens generated via tripal_get_entity_tokens(). |
| tripal_get_entity_tokens | ( | $bundle, | |
$options = [] |
|||
| ) |
Returns an array of tokens based on Tripal Entity Fields.
| TripalBundle | $bundle | The bundle entity for which you want tokens. |
| tripal_get_title_format | ( | $bundle | ) |
Get Page Title Format for a given Tripal Entity Type.
| TripalEntityType | $bundle | The Entity object for the Tripal Entity Type the title format is for. |