Functions

Solapas principales

Nombreorden descendente Ubicación Descripción Direct uses Strings
drupal_sort_weight drupal-7.x/includes/common.inc Sorts a structured array by the 'weight' element. 8
drupal_static drupal-7.x/includes/bootstrap.inc Provides central static variable storage. 179
drupal_static_reset drupal-7.x/includes/bootstrap.inc Resets one or all centrally stored static variable(s). 103
drupal_strip_dangerous_protocols drupal-7.x/includes/common.inc Strips dangerous protocols (e.g. 'javascript:') from a URI. 8
drupal_strlen drupal-7.x/includes/unicode.inc Counts the number of characters in a UTF-8 string. 20
drupal_strtolower drupal-7.x/includes/unicode.inc Lowercase a UTF-8 string. 47
drupal_strtoupper drupal-7.x/includes/unicode.inc Uppercase a UTF-8 string. 6 1
drupal_substr drupal-7.x/includes/unicode.inc Cuts off a piece of a string based on character indices and counts. 12
drupal_system_listing drupal-7.x/includes/common.inc Returns information about system object files (modules, themes, etc.). 7 1
drupal_tempnam drupal-7.x/includes/file.inc Creates a file with a unique filename in the specified directory. 3
drupal_theme_access drupal-7.x/includes/theme.inc Determines if a theme is available to use. 6 1
drupal_theme_initialize drupal-7.x/includes/theme.inc Initializes the theme system by loading the theme. 15
drupal_theme_rebuild drupal-7.x/includes/theme.inc Forces the system to rebuild the theme registry. 8
drupal_truncate_bytes drupal-7.x/includes/unicode.inc Truncates a UTF-8-encoded string safely to a number of bytes. 1
drupal_ucfirst drupal-7.x/includes/unicode.inc Capitalizes the first letter of a UTF-8 string. 6
drupal_uninstall_modules drupal-7.x/includes/install.inc Uninstalls a given list of disabled modules. 5
drupal_uninstall_schema drupal-7.x/includes/common.inc Removes all tables defined in a module's hook_schema(). 1
drupal_unlink drupal-7.x/includes/file.inc Deletes a file. 18
drupal_unpack drupal-7.x/includes/bootstrap.inc Unserializes and appends elements from a serialized string.
drupal_validate_form drupal-7.x/includes/form.inc Validates user-submitted form data in the $form_state array. 1
drupal_validate_utf8 drupal-7.x/includes/bootstrap.inc Checks whether a string is valid UTF-8. 1
drupal_valid_http_host drupal-7.x/includes/bootstrap.inc Validates that a hostname (for example $_SERVER['HTTP_HOST']) is safe. 2
drupal_valid_path drupal-7.x/includes/path.inc Checks a path exists and the current user has access to it. 4
drupal_valid_test_ua drupal-7.x/includes/bootstrap.inc Returns the test prefix if this is an internal request from SimpleTest. 8
drupal_valid_token drupal-7.x/includes/common.inc Validates a token based on $value, the user session, and the private key. 14
drupal_var_export drupal-7.x/includes/utility.inc Drupal-friendly var_export().
drupal_verify_install_file drupal-7.x/includes/install.inc Verifies the state of the specified file. 4
drupal_verify_profile drupal-7.x/includes/install.inc Verifies an installation profile for installation. 1
drupal_wrap_mail drupal-7.x/includes/mail.inc Performs format=flowed soft wrapping for mail (RFC 3676). 3
drupal_write_record drupal-7.x/includes/common.inc Saves (inserts or updates) a record to the database based upon the schema. 33
drupal_xml_parser_create drupal-7.x/includes/unicode.inc Prepares a new XML parser. 2
element_child drupal-7.x/includes/common.inc Checks if the key is a child. 2
element_children drupal-7.x/includes/common.inc Identifies the children of an element array, optionally sorted by weight. 68
element_get_visible_children drupal-7.x/includes/common.inc Returns the visible children of an element.
element_info drupal-7.x/includes/common.inc Retrieves the default properties for the defined element type. 11
element_info_property drupal-7.x/includes/common.inc Retrieves a single property for the defined element type. 1
element_properties drupal-7.x/includes/common.inc Gets properties of a structured array element (keys beginning with '#'). 1
element_property drupal-7.x/includes/common.inc Checks if the key is a property. 1
element_set_attributes drupal-7.x/includes/common.inc Sets HTML attributes based on element properties. 12
element_sort drupal-7.x/includes/common.inc Function used by uasort to sort structured arrays by weight. 1
element_sort_by_title drupal-7.x/includes/common.inc Array sorting callback; sorts elements by title. 2
element_validate_integer drupal-7.x/includes/form.inc Form element validation handler for integer elements. 1 2
element_validate_integer_positive drupal-7.x/includes/form.inc Form element validation handler for integer elements that must be positive. 1 9
element_validate_number drupal-7.x/includes/form.inc Form element validation handler for number elements. 1 1
entity_cache_test_dependency_entity_info drupal-7.x/modules/simpletest/tests/entity_cache_test_dependency.module Implements hook_entity_info().
entity_cache_test_watchdog drupal-7.x/modules/simpletest/tests/entity_cache_test.module Implements hook_watchdog().
entity_create_stub_entity drupal-7.x/includes/common.inc Helper function to assemble an object structure with initial ids. 5
entity_crud_hook_test_comment_delete drupal-7.x/modules/simpletest/tests/entity_crud_hook_test.module Implements hook_comment_delete().
entity_crud_hook_test_comment_insert drupal-7.x/modules/simpletest/tests/entity_crud_hook_test.module Implements hook_comment_insert().
entity_crud_hook_test_comment_load drupal-7.x/modules/simpletest/tests/entity_crud_hook_test.module Implements hook_comment_load().

Páginas