drupal_eval
Functions that call drupal_eval()
| Name | Location | Description |
|---|---|---|
| block_list | modules/block/block.module | Return all blocks in the specified region for the current user. |
| drupal_eval | includes/common.inc | Evaluate a string of PHP code. |
| php_filter | modules/php/php.module | Implementation of hook_filter(). Contains a basic PHP evaluator. |
Functions called by drupal_eval()
| Name | Location | Description |
|---|---|---|
| drupal_eval | includes/common.inc | Evaluate a string of PHP code. |
| drupal_get_path | includes/common.inc | Returns the path to a system item (module, theme, etc.). |
