drupal_eval
Functions that call drupal_eval()
| Name | Location | Description |
|---|---|---|
| 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. |
| _block_load_blocks | modules/block/block.module | Load blocks information from the database. |
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.). |
