Skip to main content
backdrop Documentation
Documentation and API source code for Backdrop CMS.
  • Welcome!
    • Login

Search for title

  1. Home »
  2. API reference »
  3. 1.x
Name Type Location Description
filter_admin_format_title function core/modules/filter/filter.module Displays a text format form title.
taxonomy_vocabulary_title function core/modules/taxonomy/taxonomy.module Returns the title of a vocabulary.
FieldBlock::getAdminTitle function core/modules/field/field.block.inc Sets title text on draggable block panel in Layout builder.
ViewsBlock::getAdminTitle function core/modules/views/includes/views.block.inc Return an administrative title that will always have a value.
PageTitleFiltering::setUp function core/modules/system/tests/system.test Implement setUp().
views_plugin::plugin_title function core/modules/views/includes/plugin.inc Return the human readable name of the display.
BlockLegacy::getAdminTitle function core/modules/layout/includes/block_legacy.class.inc Return an administrative title that will always have a value.
BlockBroken::getAdminTitle function core/modules/layout/includes/block.class.inc
entity_example_basic_title function modules/examples/entity_example/entity_example.module Callback for a page title when this entity is displayed.
layout_title_settings_form function core/modules/layout/layout.admin.inc Form callback; Configure layout title type.
views_plugin::summary_title function core/modules/views/includes/plugin.inc Returns the summary of the settings in the display.
layout_condition_edit_title function core/modules/layout/layout.admin.inc Title callback; Provide the page title for configuring a layout condition.
PageComponents::$page_title property core/modules/system/block.page_components.inc
system_menu_block_set_title function core/modules/system/system.menu.inc Sets the menu item to use for the tree's title.
system_menu_block_get_title function core/modules/system/system.menu.inc Retrieves the menu item to use for the tree's title.
BlockExample::getAdminTitle function modules/examples/block_example/block_example.inc Sets title text on draggable block panel in Layout builder.
DashboardMenuBlock::getTitle function core/modules/dashboard/includes/block.menus.inc Return the title of a block as configured in the layout.
filter_fallback_format_title function core/modules/filter/filter.module Returns the title of the fallback text format.
PageComponents::setPageTitle function core/modules/system/block.page_components.inc Special function for PageComponents. Sets the page title to be used.
DashboardNewsBlock::getTitle function core/modules/dashboard/includes/block.news.inc Return the title of a block as configured in the layout.
menu_example_user_page_title function modules/examples/menu_example/menu_example.module Title callback to rename the title dynamically, based on user_page_title().
PageTitleFiltering::tearDown function core/modules/system/tests/system.test Reset page title.
layout_get_title_description function core/modules/layout/layout.module Gets the title description for the current layout.
field_ui_manage_display_title function core/modules/field_ui/field_ui.admin.inc Title callback: Gets the display mode name.
ajax_command_set_dialog_title function core/includes/ajax.inc Provides an AJAX command that sets a dialog title.
views_handler_argument::title function core/modules/views/handlers/views_handler_argument.inc Get the title this argument will assign the view, given the argument.
PageComponents::getAdminTitle function core/modules/system/block.page_components.inc Return an administrative title that will always have a value.
NodeTitleTestCase::$admin_user property core/modules/node/tests/node.test A user with permission to create and edit content and to administer nodes.
DashboardCreateBlock::getTitle function core/modules/dashboard/includes/block.create.inc Return the title of a block as configured in the layout.
DashboardUpdateBlock::getTitle function core/modules/dashboard/includes/block.update.inc Return the title of a block as configured in the layout.
LinkSanitizeTest::testHtmlTitle function core/modules/link/tests/link.sanitize.test Test that unwanted HTML in titles is removed.
DashboardWelcomeBlock::getTitle function core/modules/dashboard/includes/block.welcome.inc Return the title of a block as configured in the layout.
DashboardTaxonomyBlock::getTitle function core/modules/dashboard/includes/block.taxonomy.inc Return the title of a block as configured in the layout.
NodeTitleTestCase::testNodeTitle function core/modules/node/tests/node.test Creates one node and tests if the node title has the correct value.
views_ajax_command_replace_title function core/modules/views/includes/ajax.inc Replace the page title.
LinkSanitizeTest::testBlankTitle function core/modules/link/tests/link.sanitize.test Test that query URLs can be turned into absolute URLs.
PageTitleFiltering::$saved_title property core/modules/system/tests/system.test
BackdropWebTestCase::assertTitle function core/modules/simpletest/backdrop_web_test_case.php Pass if the page title is the given string.
PageTitleFiltering::testTitleXSS function core/modules/system/tests/system.test Test if the title of the site is XSS proof.
DashboardMenuBlock::getAdminTitle function core/modules/dashboard/includes/block.menus.inc Return an administrative title that will always have a value.
views_handler_argument::get_title function core/modules/views/handlers/views_handler_argument.inc Called by the view object to get the title. This may be set by a validator so we don't necessarily call through to title().
views_plugin_query::summary_title function core/modules/views/plugins/views_plugin_query.inc Returns the summary of the settings in the display.
views_plugin_pager::summary_title function core/modules/views/plugins/views_plugin_pager.inc Return a string to display as the clickable title for the pager plugin.
DashboardNewsBlock::getAdminTitle function core/modules/dashboard/includes/block.news.inc Return an administrative title that will always have a value.
views_plugin_cache::summary_title function core/modules/views/plugins/views_plugin_cache.inc Return a string to display as the clickable title for the access control.
PageTitleFiltering::$content_user property core/modules/system/tests/system.test
PageTitleFiltering::testTitleTags function core/modules/system/tests/system.test Tests the handling of HTML by backdrop_set_title() and backdrop_get_title()
layout_title_settings_form_submit function core/modules/layout/layout.admin.inc Submit handler for layout_title_settings_form() to change title settings.
views_plugin_access::summary_title function core/modules/views/plugins/views_plugin_access.inc Return a string to display as the clickable title for the access control.
BackdropWebTestCase::assertNoTitle function core/modules/simpletest/backdrop_web_test_case.php Pass if the page title is not the given string.

Pages

  • « first
  • ‹ previous
  • 1
  • 2
  • 3
  • 4
  • next ›
  • last »

Directory

  • Getting started
    • Installing
    • Updates vs upgrades
    • Hosting/deploying
  • Upgrading from Drupal
    • Introduction
    • Upgrade overview
    • Converting Drupal code
  • User guide
    • Quick start guide
    • Using Backdrop
  • Add-On Documentation
  • Developing for Backdrop
    • Developing modules
    • Developing themes
    • Developing layouts
    • Using libraries
    • Local development
    • Writing secure code
    • Using JavaScript
  • Contributors guide
    • Contribute to Backdrop core
      • How to use the core issue queue
      • Adding labels to issues
      • Adding milestones to issues
    • Contribute Backdrop add-ons
    • Contribute to documentation
  • Developer API
    • Topics
    • Functions
    • Classes
    • Files
    • Globals
    • Icon API
    • Database API
    • Theme functions
    • Form API reference
  • Appendix/reference
    • Change records
    • Glossary
    • Coding & documentation standards
    • Contrib permissions policy

Stay connected

Sign up for our newsletter

Powered by Backdrop CMS

Footer Menu

  • documentation
  • localization
  • events
  • forum
  • backdropcms.org