Search for on
Title | Object type | File name | Summary |
---|---|---|---|
drupal_common_theme | function | includes/ |
Provides theme registration for themes across .inc files. |
drupal_convert_to_utf8 | function | includes/ |
Converts data to UTF-8. |
drupal_cron_cleanup | function | includes/ |
DEPRECATED: Shutdown function: Performs cron cleanup. |
DRUPAL_CRON_DEFAULT_THRESHOLD | constant | modules/ |
Default interval for automatic cron executions in seconds. |
drupal_cron_run | function | includes/ |
Executes a cron run when called. |
drupal_environment_initialize | function | includes/ |
Initializes the PHP environment. |
drupal_find_theme_functions | function | includes/ |
Allows themes and/or theme engines to discover overridden theme functions. |
drupal_get_destination | function | includes/ |
Prepares a 'destination' URL query parameter for use with drupal_goto(). |
drupal_get_installed_schema_version | function | includes/ |
Returns the currently installed schema version for a module. |
drupal_get_region_content | function | includes/ |
Gets assigned content for a given region. |
drupal_get_schema_versions | function | includes/ |
Returns an array of available schema versions for a module. |
drupal_get_user_timezone | function | includes/ |
Returns the time zone of the current user. |
drupal_installation_attempted | function | includes/ |
Returns TRUE if a Drupal installation is currently being attempted. |
drupal_install_profile_distribution_name | function | includes/ |
Loads the installation profile, extracting its defined distribution name. |
drupal_is_front_page | function | includes/ |
Check if the current page is the front page. |
drupal_json_decode | function | includes/ |
Converts an HTML-safe JSON string into its PHP equivalent. |
drupal_json_encode | function | includes/ |
Converts a PHP variable into its JavaScript equivalent. |
drupal_json_encode_helper | function | includes/ |
Encodes a PHP variable to HTML-safe JSON for PHP versions below 5.3.0. |
drupal_json_output | function | includes/ |
Returns data in JSON format. |
drupal_load_stylesheet_content | function | includes/ |
Processes the contents of a stylesheet for aggregation. |
DRUPAL_OPTIONAL | constant | modules/ |
Optional option on forms and settings |
DRUPAL_PHP_FUNCTION_PATTERN | constant | includes/ |
Regular expression to match PHP function names. |
drupal_pre_render_conditional_comments | function | includes/ |
#pre_render callback to render #browsers into #prefix and #suffix. |
drupal_region_class | function | includes/ |
Provides a standard HTML class name that identifies a page region. |
drupal_register_shutdown_function | function | includes/ |
Registers a function for execution on shutdown. |
drupal_save_session | function | includes/ |
Determines whether to save session data of the current request. |
drupal_session_commit | function | includes/ |
Commits the current session, if necessary. |
drupal_session_destroy_uid | function | includes/ |
Ends a specific user's session(s). |
drupal_session_id | function | includes/ |
Session ids are hashed by default before being stored in the database. |
drupal_session_initialize | function | includes/ |
Initializes the session handler, starting a session if needed. |
drupal_session_regenerate | function | includes/ |
Called when an anonymous user becomes authenticated or vice-versa. |
drupal_session_start | function | includes/ |
Starts a session forcefully, preserving already set session data. |
drupal_session_started | function | includes/ |
Returns whether a session has been started. |
drupal_set_installed_schema_version | function | includes/ |
Update the installed version information for a module. |
drupal_set_page_content | function | includes/ |
Sets the main page content value for later use. |
DRUPAL_USER_TIMEZONE_DEFAULT | constant | modules/ |
New users will be set to the default time zone at registration. |
DRUPAL_USER_TIMEZONE_EMPTY | constant | modules/ |
New users will get an empty time zone at registration. |
DRUPAL_USER_TIMEZONE_SELECT | constant | modules/ |
New users will select their own timezone at registration. |
EntityCrudHookTestCase::testTaxonomyTermHooks | function | modules/ |
Tests hook invocations for CRUD operations on taxonomy terms. |
EntityCrudHookTestCase::testTaxonomyVocabularyHooks | function | modules/ |
Tests hook invocations for CRUD operations on taxonomy vocabularies. |
EntityFieldQuery::$entityConditions | property | includes/ |
Associative array of entity-generic metadata conditions. |
EntityFieldQuery::$fieldConditions | property | includes/ |
List of field conditions. |
EntityFieldQuery::$fieldMetaConditions | property | includes/ |
List of field meta conditions (language and delta). |
EntityFieldQuery::$propertyConditions | property | includes/ |
List of property conditions. |
EntityFieldQuery::addCondition | function | includes/ |
Adds a condition to an already built SelectQuery (internal function). |
EntityFieldQuery::addFieldCondition | function | includes/ |
Adds the given condition to the proper condition array. |
EntityFieldQuery::entityCondition | function | includes/ |
Adds a condition on entity-generic metadata. |
EntityFieldQuery::fieldCondition | function | includes/ |
Adds a condition on field values. |
EntityFieldQuery::fieldDeltaCondition | function | includes/ |
Adds a condition on the field delta column. |
EntityFieldQuery::fieldLanguageCondition | function | includes/ |
Adds a condition on the field language column. |
Pagination
- Previous page
- Page 16
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.