Functions

Primary tabs

Name Locationsort descending Description Direct uses Strings
entity_create drupal/core/includes/entity.inc Constructs a new entity object, without permanently saving it. 264
entity_get_controller Deprecated drupal/core/includes/entity.inc Gets the entity controller class for an entity type.
entity_page_label drupal/core/includes/entity.inc Returns the label of an entity. 9
entity_access_controller Deprecated drupal/core/includes/entity.inc Returns the entity access controller for the given entity type.
entity_form_controller Deprecated drupal/core/includes/entity.inc Returns an entity form controller for the given operation.
entity_form_state_defaults drupal/core/includes/entity.inc Returns the default form state for the given entity and operation. 2
entity_form_submit drupal/core/includes/entity.inc Retrieves, populates, and processes an entity form.
entity_get_form drupal/core/includes/entity.inc Returns the built and processed entity form for the given entity. 28 4
entity_form_submit_build_entity drupal/core/includes/entity.inc Copies submitted values to entity properties for simple entity forms. 1
entity_list_controller Deprecated drupal/core/includes/entity.inc Returns an entity list controller for a given entity type.
entity_render_controller Deprecated drupal/core/includes/entity.inc Returns an entity render controller for a given entity type.
entity_view drupal/core/includes/entity.inc Returns the render array for an entity. 15 2
entity_view_multiple drupal/core/includes/entity.inc Returns the render array for the provided entities. 9
entity_get_display drupal/core/includes/entity.inc Returns the entity_display object associated to a bundle and view mode. 18
entity_get_render_display drupal/core/includes/entity.inc Returns the entity_display object used to render an entity. 1
entity_get_form_display drupal/core/includes/entity.inc Returns the entity_form_display object associated to a bundle and form mode. 12
entity_get_render_form_display drupal/core/includes/entity.inc Returns the entity_form_display object used to render an entity form. 2
entity_page_access drupal/core/includes/entity.inc Generic access callback for entity pages. 5
entity_page_create_access drupal/core/includes/entity.inc Generic access callback for create entity pages. 1 1
drupal_error_levels drupal/core/includes/errors.inc Maps PHP error constants to watchdog severity levels. 1
_drupal_error_handler_real drupal/core/includes/errors.inc Provides custom PHP error handling. 1
_drupal_decode_exception drupal/core/includes/errors.inc Decodes an exception and retrieves the correct caller. 5
_drupal_render_exception_safe drupal/core/includes/errors.inc Renders an exception error message without further exceptions. 3
error_displayable drupal/core/includes/errors.inc Determines whether an error should be displayed. 5
_drupal_log_error drupal/core/includes/errors.inc Logs a PHP error or exception and displays an error page in fatal cases. 2
_drupal_get_error_level drupal/core/includes/errors.inc Returns the current error level. 2
_drupal_get_last_caller drupal/core/includes/errors.inc Gets the last caller from a backtrace. 5
format_backtrace drupal/core/includes/errors.inc Formats a backtrace into a plain-text string. 3
file_get_stream_wrappers drupal/core/includes/file.inc Provides Drupal stream wrapper registry. 8 2
file_stream_wrapper_get_class drupal/core/includes/file.inc Returns the stream wrapper class name for a given scheme. 4
file_uri_scheme drupal/core/includes/file.inc Returns the scheme of a URI (e.g. a stream). 34
file_stream_wrapper_valid_scheme drupal/core/includes/file.inc Checks that the scheme of a stream URI is valid. 12
file_uri_target drupal/core/includes/file.inc Returns the part of a URI after the schema. 14
file_default_scheme drupal/core/includes/file.inc Gets the default file stream implementation. 17 2
file_stream_wrapper_uri_normalize drupal/core/includes/file.inc Normalizes a URI by making it syntactically correct. 6
file_stream_wrapper_get_instance_by_uri drupal/core/includes/file.inc Returns a reference to the stream wrapper class responsible for a given URI. 5
file_stream_wrapper_get_instance_by_scheme drupal/core/includes/file.inc Returns a reference to the stream wrapper class responsible for a scheme. 5
file_create_url drupal/core/includes/file.inc Creates a web-accessible URL for a stream to an external or local file. 47 2
file_prepare_directory drupal/core/includes/file.inc Checks that the directory exists and is writable. 26
file_ensure_htaccess drupal/core/includes/file.inc Creates a .htaccess file in each Drupal files directory if it is missing. 3
file_save_htaccess drupal/core/includes/file.inc Creates a .htaccess file in the given directory. 2
file_valid_uri drupal/core/includes/file.inc Determines whether the URI has a valid scheme for file API operations. 3
file_unmanaged_copy drupal/core/includes/file.inc Copies a file to a new location without invoking the file API. 20
file_build_uri drupal/core/includes/file.inc Constructs a URI to Drupal's default files location given a relative path. 3
file_destination drupal/core/includes/file.inc Determines the destination path for a file. 3
file_unmanaged_move drupal/core/includes/file.inc Moves a file to a new location without database changes or hook invocation. 7
file_munge_filename drupal/core/includes/file.inc Modifies a filename as needed for security purposes. 6
file_unmunge_filename drupal/core/includes/file.inc Undoes the effect of file_munge_filename(). 1
file_create_filename drupal/core/includes/file.inc Creates a full file path from a directory and filename. 3
file_delete drupal/core/includes/file.inc Deletes a file and its database record. 1

Pages

Other projects