<?php
require_once("<path_of_embient>/drupal.php");
Definition in file drupal.php.
Go to the source code of this file.
Enumerations | |
| enum | EMBIENT_ADMIN |
| enum | EMBIENT_CATEGORY |
Functions | |
| embient_init () | |
| Implementation of hook_init(). | |
| embient_help ($section= '') | |
| Implementation of hook_help(). | |
| embient_perm () | |
| embient_menu ($may_cache) | |
| Implementation of hook_menu. | |
| embient_admin ($arg=NULL) | |
| Callback for Administration Menu from embient_menu(). | |
| embient_user ($type, &$edit, &$user, $category=NULL) | |
| Implementation of hook_user(). | |
| embient_footer ($main) | |
| _embient_log_debug ($msg) | |
| Helper function to log debug message to Drupal watchdog. | |
| _embient_log_error ($msg, $file, $line) | |
| Helper function to log error message to Drupal watchdog. | |
Variables | |
| $Embient = NULL | |
|
|
For internal use only. accessing right to present to Drupal Definition at line 29 of file drupal.php. |
|
|
For internal use only. category name to present to Drupal in user section Definition at line 32 of file drupal.php. |
|
|
Helper function to log debug message to Drupal watchdog.
For internal use only.
Definition at line 457 of file drupal.php. |
|
||||||||||||||||
|
Helper function to log error message to Drupal watchdog.
For internal use only.
Definition at line 475 of file drupal.php. |
|
|
Callback for Administration Menu from embient_menu().
Definition at line 103 of file drupal.php. Here is the call graph for this function: ![]() |
|
|
Definition at line 434 of file drupal.php. |
|
|
Implementation of hook_help().
Definition at line 55 of file drupal.php. |
|
|
Implementation of hook_init().
Definition at line 42 of file drupal.php. Here is the call graph for this function: ![]() |
|
|
Implementation of hook_menu.
Definition at line 82 of file drupal.php. Here is the call graph for this function: ![]() |
|
|
Definition at line 72 of file drupal.php. |
|
||||||||||||||||||||
|
Implementation of hook_user().
Definition at line 295 of file drupal.php. |
|
|
For internal use only. The Embient object. Definition at line 37 of file drupal.php. |
1.4.6-NO