node_types_rebuild |
core/includes/drupal.inc |
function |
Drupal-compatible wrapper for clearing caches. |
SkipDotsRecursiveDirectoryIterator |
core/includes/filetransfer/filetransfer.inc |
class |
Provides an interface for iterating recursively over filesystem directories. |
system_check_http_request |
core/modules/system/system.module |
function |
Checks whether the server is capable of issuing HTTP requests. |
system_get_date_types |
core/includes/drupal.inc |
function |
Alters Backdrop's list of defined date formats and attributes to return the
expected date types and attributes for Drupal's system_get_date_types()
function. |
system_system_info_alter |
core/modules/system/system.module |
function |
Implements hook_system_info_alter(). |
taxonomy_get_children |
core/modules/taxonomy/taxonomy.module |
function |
Legacy wrapper to load the children of a TID. |
taxonomy_get_parents |
core/modules/taxonomy/taxonomy.module |
function |
Legacy wrapper to return the parents of a term by TID. |
taxonomy_get_parents_all |
core/modules/taxonomy/taxonomy.module |
function |
Legacy wrapper to load all the parents of a term by TID. |
taxonomy_get_term_by_name |
core/modules/taxonomy/taxonomy.module |
function |
Legacy wrapper to try to map a string to an existing term. |
taxonomy_vocabulary_get_names |
core/modules/taxonomy/taxonomy.module |
function |
Get names for all taxonomy vocabularies. |
taxonomy_vocabulary_machine_name_load |
core/modules/taxonomy/taxonomy.module |
function |
Legacy wrapper to return the vocabulary object matching a machine name. |
theme_file_type_overview |
core/modules/file/file.theme.inc |
function |
Returns HTML for the file type overview page. |
theme_menu_admin_overview |
core/modules/menu/menu.theme.inc |
function |
Returns HTML for a menu title and description for the menu overview page. |
theme_node_admin_overview |
core/modules/node/node.theme.inc |
function |
Returns HTML for a node type description for the content type admin page. |
theme_views_ui_view_name |
core/modules/views_ui/views_ui.theme.inc |
function |
Display the view name and its machine name. |
user_role_load_by_name |
core/modules/user/user.module |
function |
Legacy wrapper function preserved for backwards-compatibility. This function
is no longer used by Backdrop core, since all roles are loaded by name now.
See https://docs.backdropcms.org/change-records/converted-user-roles-to-cmi |
variable_del |
core/includes/bootstrap.inc |
function |
Unsets a persistent variable. |
variable_get |
core/includes/bootstrap.inc |
function |
Returns a persistent variable. |
variable_initialize |
core/includes/bootstrap.inc |
function |
Loads the persistent variable table. |
variable_set |
core/includes/bootstrap.inc |
function |
Sets a persistent variable. |
views_clean_css_identifier |
core/includes/drupal.inc |
function |
Drupal-compatible wrapper for creating safe CSS identifiers. |
views_object::options |
core/modules/views/includes/base.inc |
function |
Set default options on this object. Called by the constructor in a
complex chain to deal with backward compatibility. |
views_ui_build_form_url |
core/modules/views_ui/views_ui.admin.inc |
function |
Backwards compatible wrapper function for views_ui_build_form_path(). |