admin_bar_admin_bar_replacements in core/modules/admin_bar/admin_bar.module
Implements hook_admin_bar_replacements().
ajax_example_intro in modules/examples/ajax_example/ajax_example.module
A basic introduction page for the ajax_example module.
ajax_example_node_by_author_autocomplete_submit in modules/examples/ajax_example/ajax_example_autocomplete.inc
Submit handler for node lookup unique autocomplete example.
ajax_example_render_link in modules/examples/ajax_example/ajax_example_misc.inc
Demonstrates a clickable AJAX-enabled link using the 'use-ajax' class.
authorize.php in core/authorize.php
Administrative script for running authorized file operations.
backdrop_pre_render_link in core/includes/common.inc
Pre-render callback: Renders a link into #markup.
BlockTestCase::testCustomBlock in core/modules/block/tests/block.test
Test creating custom block, editing, and then deleting it.
BlockText::form in core/modules/layout/includes/block.text.inc
Builds the block's configuration form.
BlockTranslationTestCase::testTranslateCustomBlock in core/modules/block/tests/block.translation.test
Test creating custom block, translate it, and then deleting it.
block_custom_block_form in core/modules/block/block.module
Form constructor for the custom block form.
book_admin_edit_submit in core/modules/book/book.admin.inc
Form submission handler for book_admin_edit().
book_admin_overview in core/modules/book/book.admin.inc
Returns an administrative overview of all books.
book_block_view in core/modules/book/book.module
Implements hook_block_view().
book_render in core/modules/book/book.pages.inc
Menu callback: Prints a listing of all books.
ckeditor5_upgrade_form in core/modules/ckeditor5/ckeditor5.upgrade.inc
Form callback for upgrading a text format from CKEditor 4 to CKEditor 5.
comment_form_submit in core/modules/comment/comment.module
Form submission handler for comment_form().
comment_reply in core/modules/comment/comment.pages.inc
Form constructor for the comment reply form.
CommonURLWebTestCase::testLActiveClass in core/modules/simpletest/tests/common.test
CommonURLWebTestCase::testLCustomClass in core/modules/simpletest/tests/common.test
Tests for custom class in l() function.
CommonURLWebTestCase::testLXSS in core/modules/simpletest/tests/common.test
Confirm that invalid text given as $path is filtered.
common_test_init in core/modules/simpletest/tests/common_test.module
Implements hook_init().
contact_category_edit_form_submit in core/modules/contact/contact.admin.inc
Form submission handler for contact_category_edit_form().
DashboardCreateBlock::getContent in core/modules/dashboard/includes/block.create.inc
Return the content of a block.
DashboardNewsBlock::getContent in core/modules/dashboard/includes/block.news.inc
Return the content of a block.
DashboardWelcomeBlock::filterAvailableLinks in core/modules/dashboard/includes/block.welcome.inc
Checks access to paths and returns an HTML list of links.
dashboard_admin_settings in core/modules/dashboard/dashboard.module
Menu callback; Dashboard settings form.
date-views-pager.tpl.php in core/modules/date/templates/date-views-pager.tpl.php
Template to display the Views date pager.
dblog_event in core/modules/dblog/dblog.admin.inc
Page callback: Displays details about a specific database log message.
dblog_format_message in core/modules/dblog/dblog.admin.inc
Returns HTML for a log message.
element_validate_integer in core/includes/drupal.inc
This function has been removed with the inclusion of support for HTML5 number elements. See https://docs.backdropcms.org/node/43955
element_validate_integer_positive in core/includes/drupal.inc
This function has been removed with the inclusion of support for HTML5 number elements. See https://docs.backdropcms.org/node/43955
element_validate_number in core/includes/drupal.inc
This function has been removed with the inclusion of support for HTML5 number elements. See https://docs.backdropcms.org/node/43955
email_field_formatter_view in core/modules/email/email.module
Implements hook_field_formatter_view().
entity_example_basic_list_entities in modules/examples/entity_example/entity_example.module
Returns a render array with all entity_example_basic entities.
entity_example_info_page in modules/examples/entity_example/entity_example.module
Basic information for the page.
field_ui_view_mode_form in core/modules/field_ui/field_ui.admin.inc
Form builder: Add or edit a display mode name.
file_entity_access in core/modules/file/file.module
Deprecated wrapper function. Determines if a user may perform the given operation on the specified file.
file_example_managed_write_submit in modules/examples/file_example/file_example.module
Submit handler to write a managed file.
file_example_read_submit in modules/examples/file_example/file_example.module
Submit handler for reading a stream wrapper.
file_example_unmanaged_php_submit in modules/examples/file_example/file_example.module
Submit handler to write an unmanaged file using plain PHP functions.
file_example_unmanaged_write_submit in modules/examples/file_example/file_example.module
Submit handler to write an unmanaged file.
file_manage_form in core/modules/file/file.pages.inc
Page callback: Form constructor for the file manage form.
file_multiple_delete_confirm in core/modules/file/file.pages.inc
Multiple file deletion confirmation form.
file_type_form in core/modules/file/file.admin.inc
Form constructor for the file type settings form.
file_usage_page in core/modules/file/file.pages.inc
Page callback to show file usage information.
filter_format_editor_link_form in core/modules/filter/filter.pages.inc
Form callback: Display a form for inserting/editing a link or uploading a file.
filter_permission in core/modules/filter/filter.module
Implements hook_permission().
hook_file_view in core/modules/file/file.api.php
Add to files as they are viewed.
hook_file_view_alter in core/modules/file/file.api.php
Alter files as they are viewed.
hook_requirements in core/modules/system/system.api.php
Check installation requirements and do status reporting.
hook_view in core/modules/node/node.api.php
Display a node.
ImageFieldDisplayTestCase::_testImageFieldFormatters in core/modules/image/tests/image.test
Test image formatters on node display.
image_field_instance_settings_form in core/modules/image/image.field.inc
Implements hook_field_instance_settings_form().
image_field_settings_form in core/modules/image/image.field.inc
Implements hook_field_settings_form().
image_style_path_token in core/modules/image/image.module
This function was never included in Backdrop. See:
installer_browser_get_sort_widget in core/modules/installer/installer.pages.inc
Returns a themed sort widget for the filters.
installer_browser_installation_enable_form in core/modules/installer/installer.pages.inc
Form builder for the select versions form.
installer_browser_installation_select_versions_form in core/modules/installer/installer.pages.inc
Form builder for the select versions form.
installer_browser_installation_theme_form in core/modules/installer/installer.pages.inc
Form builder for theme install.
installer_manager_update_form in core/modules/installer/installer.manager.inc
Form constructor for the update form of the Installer module.
LayoutUpdater::postInstallTasks in core/modules/system/system.updater.inc
Return an array of links to pages that should be visited post operation.
layout_block_add_page in core/modules/layout/layout.admin.inc
Menu callback; Display a list of blocks to be added to a layout.
layout_block_list in core/modules/layout/layout.admin.inc
Menu callback; Lists all blocks and their modules.
layout_list_page in core/modules/layout/layout.admin.inc
Output a list of layouts that are managed.
LinkTokenTest::testStaticTokenLinkCreate in core/modules/link/tests/link.token.test
Creates a link field with a static title and an admin-entered token. Creates a node with a link and checks the title value.
LinkTokenTest::testUserTokenLinkCreate in core/modules/link/tests/link.token.test
Creates a link field with a required title enabled for user-entered tokens. Creates a node with a token in the link title and checks the value.
LinkUITest::testStaticLinkCreate in core/modules/link/tests/link.ui.test
Tests if <strong> is used in a static title that the markup is retained.
menu_edit_item in core/modules/menu/menu.admin.inc
Menu callback; Build the menu link editing form.
menu_get_active_breadcrumb in core/includes/menu.inc
Gets the breadcrumb for the current page, as determined by the active trail.
ModuleUpdater::postInstallTasks in core/modules/system/system.updater.inc
List of post install actions.
NodeBlock::getTitle in core/modules/node/node.block.inc
Sets block subject on block view.
node_access_example_private_node_listing in modules/examples/node_access_example/node_access_example.module
Our hook_menu() page callback function.
node_form_submit in core/modules/node/node.pages.inc
Form submission handler that saves the node for node_form().
node_page_default in core/modules/node/node.module
Menu callback; Generate a listing of promoted nodes.
node_requirements in core/modules/node/node.module
Implements hook_requirements().
node_revision_overview in core/modules/node/node.pages.inc
Page callback: Generates an overview table of older revisions of a node.
node_title_list in core/modules/node/node.module
Gathers a listing of links to nodes.
node_type_form_submit in core/modules/node/node.types.inc
Form submission handler for node_type_form().
path_admin_overview in core/modules/path/path.admin.inc
Returns a listing of all defined URL aliases.
path_form_element in core/modules/path/path.module
Return a portion of a form for setting an alias on an entity.
redirect_404_list in core/modules/redirect/redirect.admin.inc
Form callback; Display a list of all recent 404 pages.
redirect_element_validate_source in core/modules/redirect/redirect.admin.inc
Element validate handler; validate the source of an URL redirect.
redirect_handler_field_redirect_link_delete::render in core/modules/redirect/views/redirect_handler_field_redirect_link_delete.inc
Render the field.
redirect_handler_field_redirect_link_edit::render in core/modules/redirect/views/redirect_handler_field_redirect_link_edit.inc
Render the field.
redirect_list_form in core/modules/redirect/redirect.admin.inc
Form callback; Display the list of all redirects.
redirect_list_table in core/modules/redirect/redirect.admin.inc
Display a list of redirects. Used on forms when editing an entity.
SearchConfigSettingsForm::setUp in core/modules/search/tests/search.test
Sets up a Backdrop site for running functional and integration tests.
SearchRankingTestCase::testHTMLRankings in core/modules/search/tests/search.test
Test rankings of HTML tags.
search_view in core/modules/search/search.pages.inc
Menu callback; presents the search form and/or search results.
seven_admin_block_content in core/themes/seven/template.php
Overrides theme_admin_block_content().
seven_node_add_list in core/themes/seven/template.php
Overrides theme_node_add_list().
simpletest_test_get_all in core/modules/simpletest/simpletest.module
Get a list of all of the tests provided by the system.
syslog_form_system_logging_settings_alter in core/modules/syslog/syslog.module
Implements hook_form_FORM_ID_alter().
system_header_block_form in core/modules/system/system.module
Settings form for the header block.
system_menu_block_form in core/modules/system/system.menu.inc
Returns the configuration form for a menu tree.
system_requirements in core/modules/system/system.install
Implements hook_requirements().
system_transliteration_retroactive in core/modules/system/system.admin.inc
Form builder function; generates retroactive transliteration confirm form.
tablesort_header in core/includes/tablesort.inc
Formats a column header.
TaxonomyTermIndexTestCase::testTaxonomyTermHierarchyBreadcrumbs in core/modules/taxonomy/tests/taxonomy.test
Tests that there is a link to the parent term on the child term page.
taxonomy_form_term_submit in core/modules/taxonomy/taxonomy.admin.inc
Submit handler to insert or update a term.
taxonomy_form_vocabulary_submit in core/modules/taxonomy/taxonomy.admin.inc
Form submission handler for taxonomy_form_vocabulary().
taxonomy_term_page in core/modules/taxonomy/taxonomy.pages.inc
Menu callback; displays all nodes associated with a term.
telemetry_requirements in core/modules/telemetry/telemetry.install
Implements hook_requirements().
template_preprocess_comment in core/modules/comment/comment.theme.inc
Preprocesses variables for comment.tpl.php.
template_preprocess_installer_browser_project in core/modules/installer/installer.theme.inc
Add some variables for the project theme.
template_preprocess_installer_browser_project_dialog in core/modules/installer/installer.theme.inc
Add some variables for the project details dialog.
template_preprocess_user_picture in core/modules/user/user.theme.inc
Process variables for user-picture.tpl.php.
template_preprocess_views_view_table in core/modules/views/templates/views.theme.inc
Display a view as a table style.
ThemeUpdater::postInstallTasks in core/modules/system/system.updater.inc
Return an array of links to pages that should be visited post operation.
theme_admin_bar_links in core/modules/admin_bar/admin_bar.theme.inc
Render a themed list of links.
theme_admin_block_content in core/modules/system/system.theme.inc
Returns HTML for the content of an administrative block.
theme_color_preview in core/modules/color/color.theme.inc
Returns HTML for a theme's color preview.
theme_comment_block in core/modules/comment/comment.theme.inc
Returns HTML for a list of recent comments.
theme_date_nav_title in core/modules/date/date.theme.inc
Theme the calendar title.
theme_entityreference_label in core/modules/entityreference/entityreference.module
Theme label.
theme_feed_icon in core/includes/theme.inc
Returns HTML for a feed icon.
theme_file_download_link in core/modules/file/file.theme.inc
Copy of theme_file_link() for linking to the file download URL.
theme_file_link in core/modules/file/file.theme.inc
Returns HTML for a link to a file.
theme_filter_tips_more_info in core/modules/filter/filter.theme.inc
Returns HTML for a link to the more extensive filter tips.
theme_image_formatter in core/modules/image/image.theme.inc
Returns HTML for an image field formatter.
theme_image_style_preview in core/modules/image/image.theme.inc
Returns HTML for a preview of an image style.
theme_layout_info in core/modules/layout/layout.theme.inc
Outputs information about a layout. Used in the layout listing page.
theme_link in core/includes/theme.inc
Returns HTML for a link.
theme_links in core/includes/theme.inc
Returns HTML for a set of links.
theme_link_formatter_link_default in core/modules/link/link.theme.inc
Formats a link.
theme_link_formatter_link_domain in core/modules/link/link.theme.inc
Formats a link using the URL's domain for it's link text.
theme_link_formatter_link_label in core/modules/link/link.theme.inc
Formats a link using the field's label as link text.
theme_link_formatter_link_separate in core/modules/link/link.theme.inc
Formats a link as separate title and URL elements.
theme_link_formatter_link_short in core/modules/link/link.theme.inc
Formats a link using "Link" as the link text.
theme_link_formatter_link_url in core/modules/link/link.theme.inc
Formats a link using an alternate display URL for its link text.
theme_menu_link in core/includes/menu.inc
Returns HTML for a menu link and submenu.
theme_menu_local_action in core/includes/menu.inc
Returns HTML for a single local action link.
theme_menu_local_task in core/includes/menu.inc
Returns HTML for a single local task link.
theme_more_help_link in core/includes/theme.inc
Returns HTML for a "more help" link.
theme_more_link in core/includes/theme.inc
Returns HTML for a "more" link, like those used in blocks.
theme_node_add_list in core/modules/node/node.theme.inc
Returns HTML for a list of available node types for node creation.
theme_node_recent_block in core/modules/node/node.theme.inc
Returns HTML for a list of recent content.
theme_node_recent_content in core/modules/node/node.theme.inc
Returns HTML for a recent node to be displayed in the recent content block.
theme_system_modules_fieldset in core/modules/system/system.theme.inc
Returns HTML for the modules form.
theme_token_tree_link in core/modules/system/system.theme.inc
Theme a link to a token tree either as a regular link or a dialog.
theme_update_last_check in core/modules/update/update.theme.inc
Returns HTML for the last time we checked for update data.
theme_update_report in core/modules/update/update.theme.inc
Returns HTML for the project status report.
theme_update_version in core/modules/update/update.theme.inc
Returns HTML for the version display of a project.
theme_username in core/modules/user/user.theme.inc
Returns HTML for a username, potentially linked to the user's page.
theme_views_ui_build_group_filter_form in core/modules/views_ui/views_ui.theme.inc
Theme the build group filter form.
theme_views_ui_rearrange_filter_form in core/modules/views_ui/views_ui.theme.inc
Turn the rearrange form into a proper table
theme_views_ui_rearrange_form in core/modules/views_ui/views_ui.theme.inc
Turn the rearrange form into a proper table
theme_views_ui_reorder_displays_form in core/modules/views_ui/views_ui.theme.inc
Turn the reorder form into a proper table
theming_example_page in modules/examples/theming_example/theming_example.module
Initial landing page explaining the use of the module.
translation_node_overview in core/modules/translation/translation.pages.inc
Page callback: Displays a list of a node's translations.
UpdateCoreTestCase::testNormalUpdateAvailable in core/modules/update/tests/update.test
Tests the Update Manager module when one normal update is available.
UpdateCoreTestCase::testSecurityUpdateAvailable in core/modules/update/tests/update.test
Tests the Update Manager module when a security update is available.
UpdateTestContribCase::testHookUpdateStatusAlter in core/modules/update/tests/update.test
Check that hook_update_status_alter() works to change a status.
UpdateTestContribCase::testNoReleasesAvailable in core/modules/update/tests/update.test
Tests when there is no available release data for a contrib module.
UpdateTestContribCase::testUpdateBaseThemeSecurityUpdate in core/modules/update/tests/update.test
Tests that subthemes are notified about security updates for base themes.
UpdateTestContribCase::testUpdateBrokenFetchURL in core/modules/update/tests/update.test
Makes sure that if we fetch from a broken URL, sane things happen.
UpdateTestContribCase::testUpdateContribBasic in core/modules/update/tests/update.test
Tests the basic functionality of a contrib module on the status report.
UpdateTestContribCase::testUpdateContribOrder in core/modules/update/tests/update.test
Tests that contrib projects are ordered by project name.
UpdateTestContribCase::testUpdateShowDisabledThemes in core/modules/update/tests/update.test
Tests that disabled themes are only shown when desired.
UpdateTestHelper::assertStandardTests in core/modules/update/tests/update.test
Runs a series of assertions that are applicable to all update statuses.
update_settings in core/modules/update/update.admin.inc
Form constructor for the update settings form.
UserAdminTestCase::testUserAdmin in core/modules/user/tests/user.test
Registers a user and deletes it.
user_account_form in core/modules/user/user.module
Helper function to add default user account fields to user registration and edit form.
user_login_block in core/modules/user/user.module
user_register_submit in core/modules/user/user.module
Submit handler for the user registration form.
user_role_load_by_name in core/modules/user/user.module
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
view::get_breadcrumb in core/modules/views/includes/view.inc
Get the breadcrumb used for this view.
ViewsBlock::getTitle in core/modules/views/includes/views.block.inc
Return the title of a block as configured in the layout.
ViewsHandlerFieldUrlTest::testFieldUrl in core/modules/views/tests/handlers/views_handler_field_url.test
views_handler_field::render_as_link in core/modules/views/handlers/views_handler_field.inc
Render this field as a link, with the info from a fieldset set by the user.
views_handler_field::render_text in core/modules/views/handlers/views_handler_field.inc
Perform an advanced text render for the item.
views_handler_field_term_link_edit::render in core/modules/taxonomy/views/views_handler_field_term_link_edit.inc
Render the field.
views_handler_field_user_picture::render in core/modules/user/views/views_handler_field_user_picture.inc
Render the field.
views_plugin_display::option_link in core/modules/views/plugins/views_plugin_display.inc
Because forms may be split up into sections, this provides an easy URL to exactly the right section. Don't override this.
views_ui_admin_settings_basic in core/modules/views_ui/views_ui.admin.inc
Form builder for the admin display defaults page.
views_ui_edit_form_get_bucket in core/modules/views_ui/views_ui.admin.inc
Add information about a section to a display.
views_ui_field_list in core/modules/views_ui/views_ui.admin.inc
List all instances of fields on any views.
views_ui_plugin_list in core/modules/views_ui/views_ui.admin.inc
Lists all plugins and what enabled Views use them.
views_ui_preview in core/modules/views_ui/views_ui.admin.inc
Returns the results of the live preview.
_action_example_page in modules/examples/action_example/action_example.module
A simple page to explain to the developer what to do.
_date_field_instance_settings_form in core/modules/date/date.admin.inc
Helper function for date_field_instance_settings_form().
_field_permission_example_page in modules/examples/field_permission_example/field_permission_example.module
A simple page to explain to the developer what to do.
_file_usage_list_links in core/modules/file/file.pages.inc
Build a list of links to content that references a file.
_filter_example_information in modules/examples/filter_example/filter_example.module
Simply returns a little bit of information about the example.
_menu_overview_tree_form in core/modules/menu/menu.admin.inc
Recursive helper function for menu_overview_form().
_node_mass_update_batch_process in core/modules/node/node.admin.inc
Executes a batch operation for node_mass_update().
_system_check_db_utf8mb4_requirements in core/modules/system/system.install
Checks whether the requirements for multi-byte UTF-8 support are met.
_update_no_data in core/modules/update/update.module
Returns a warning message when there is no data about available updates.
_update_requirement_check in core/modules/update/update.install
Fills in the requirements array.
_views_ui_get_displays in core/modules/views_ui/views_ui.module
Helper function to get a list of displays assigned to a view, and their respective paths if any.
_views_ui_get_paths in core/modules/views_ui/views_ui.module
Helper function to get a list of paths assigned to a view.