backdrop_sort |
core/includes/common.inc |
Sort an array based on user-provided keys within that array. |
backdrop_static |
core/includes/bootstrap.inc |
Provides central static variable storage. |
backdrop_static_reset |
core/includes/bootstrap.inc |
Resets one or all centrally stored static variable(s). |
backdrop_strip_dangerous_protocols |
core/includes/common.inc |
Strips dangerous protocols (e.g. 'javascript:') from a URI. |
backdrop_strlen |
core/includes/unicode.inc |
Counts the number of characters in a UTF-8 string. |
backdrop_strtolower |
core/includes/unicode.inc |
Lowercase a UTF-8 string. |
backdrop_strtoupper |
core/includes/unicode.inc |
Uppercase a UTF-8 string. |
backdrop_substr |
core/includes/unicode.inc |
Cuts off a piece of a string based on character indices and counts. |
backdrop_system_listing |
core/includes/common.inc |
Returns information about system object files (modules, themes, etc.). |
backdrop_tempnam |
core/includes/file.inc |
Creates a file with a unique filename in the specified directory. |
backdrop_theme_access |
core/includes/theme.inc |
Determines if a theme is available to use. |
backdrop_theme_initialize |
core/includes/theme.inc |
Initializes the theme system by loading the theme. |
backdrop_theme_rebuild |
core/includes/theme.inc |
Forces the system to rebuild the theme registry. |
backdrop_truncate_bytes |
core/includes/unicode.inc |
Truncates a UTF-8-encoded string safely to a number of bytes. |
backdrop_ucfirst |
core/includes/unicode.inc |
Capitalizes the first letter of a UTF-8 string. |
backdrop_uninstall_modules |
core/includes/install.inc |
Uninstalls a given list of disabled modules. |
backdrop_uninstall_schema |
core/includes/common.inc |
Removes all tables defined in a module's hook_schema(). |
backdrop_unlink |
core/includes/file.inc |
Deletes a file. |
backdrop_unpack |
core/includes/bootstrap.inc |
Unserializes and appends elements from a serialized string. |
backdrop_validate_form |
core/includes/form.inc |
Validates user-submitted form data in the $form_state array. |
backdrop_validate_utf8 |
core/includes/bootstrap.inc |
Checks whether a string is valid UTF-8. |
backdrop_valid_http_host |
core/includes/bootstrap.inc |
Validates that a hostname (for example $_SERVER['HTTP_HOST']) is safe. |
backdrop_valid_path |
core/includes/path.inc |
Checks a path exists and the current user has access to it. |
backdrop_valid_test_ua |
core/includes/bootstrap.inc |
Returns the test prefix if this is an internal request from SimpleTest. |
backdrop_valid_token |
core/includes/common.inc |
Validates a token based on $value, the user session, and the private key. |
backdrop_var_export |
core/includes/utility.inc |
Backdrop-friendly var_export(). |
backdrop_verify_install_file |
core/includes/install.inc |
Verifies the state of the specified file. |
backdrop_verify_profile |
core/includes/install.inc |
Verifies an installation profile for installation. |
backdrop_wrap_mail |
core/includes/mail.inc |
Performs format=flowed soft wrapping for mail (RFC 3676). |
backdrop_write_record |
core/includes/common.inc |
Saves (inserts or updates) a record to the database based upon the schema. |
backdrop_xml_parser_create |
core/includes/unicode.inc |
Prepares a new XML parser. |
BareUpgradePathTestCase::setUp |
core/modules/simpletest/tests/upgrade/upgrade_bare.test |
Overrides BackdropWebTestCase::setUp() for upgrade testing. |
BareUpgradePathTestCase::testBareUpgrade |
core/modules/simpletest/tests/upgrade/upgrade_bare.test |
Test a successful upgrade. |
bartik_backdrop_alter_alter |
core/modules/simpletest/tests/common_test.module |
Implements hook_TYPE_alter() on behalf of Bartik theme. |
bartik_css_alter |
core/themes/bartik/template.php |
Prepares variables for page templates. |
bartik_field__taxonomy_term_reference |
core/themes/bartik/template.php |
Overrides theme_field__FIELD_TYPE(). |
bartik_form_system_theme_settings_alter Deprecated |
core/modules/color/color.legacy.inc |
Alters the theme settings form for Bartik legacy colors. |
bartik_form_system_theme_settings_alter_submit Deprecated |
core/modules/color/color.legacy.inc |
Submit handler for theme settings form. |
bartik_preprocess_layout |
core/themes/bartik/template.php |
Prepares variables for layout template files. |
bartik_preprocess_maintenance_page |
core/themes/bartik/template.php |
Prepares variables for maintenance page templates. |
base_path |
core/includes/common.inc |
Returns the base path (i.e., directory) of the Backdrop installation. |
basis_breadcrumb |
core/themes/basis/template.php |
Overrides theme_breadcrumb(). Removes » from markup. |
basis_css_alter |
core/themes/basis/template.php |
Implements hook_css_alter(). |
basis_preprocess_header |
core/themes/basis/template.php |
Prepares variables for header templates. |
basis_preprocess_layout |
core/themes/basis/template.php |
Prepares variables for layout templates. |
basis_preprocess_maintenance_page |
core/themes/basis/template.php |
Prepares variables for maintenance page templates. |
basis_preprocess_node |
core/themes/basis/template.php |
Prepares variables for node templates. |
basis_preprocess_page |
core/themes/basis/template.php |
Prepares variables for page templates. |
BatchExampleTestCase::setUp |
modules/examples/batch_example/tests/batch_example.test |
Enable modules and create user with specific permissions. |
BatchExampleTestCase::testBatchExampleBasic |
modules/examples/batch_example/tests/batch_example.test |
Login user, create 30 nodes and test both batch examples. |