76 calls to drupal_set_title()

AjaxTestController::dialogContents in drupal/core/modules/system/tests/modules/ajax_test/lib/Drupal/ajax_test/AjaxTestController.php
Returns example content for dialog testing.
authorize_access_denied_page in drupal/core/authorize.php
Renders a 403 access denied page for authorize.php.
authorize_run_operation in drupal/core/includes/authorize.inc
Runs the operation specified in $_SESSION['authorize_operation'].
block_admin_edit in drupal/core/modules/block/block.admin.inc
Page callback: Build the block instance edit form.
book_admin_edit in drupal/core/modules/book/book.admin.inc
Form constructor for administering a single book's hierarchy.
book_outline in drupal/core/modules/book/book.pages.inc
Page callback: Shows the outline form for a single node.
CommentFormController::preview in drupal/core/modules/comment/lib/Drupal/comment/CommentFormController.php
Form submission handler for the 'preview' action.
ConfigController::diff in drupal/core/modules/config/lib/Drupal/config/Controller/ConfigController.php
Shows diff of specificed configuration file.
ConfigTestController::edit in drupal/core/modules/config/tests/config_test/lib/Drupal/config_test/ConfigTestController.php
Presents the ConfigTest edit form.
ConfirmFormBase::buildForm in drupal/core/lib/Drupal/Core/Form/ConfirmFormBase.php
Implements \Drupal\Core\Form\FormInterface::buildForm().
confirm_form in drupal/core/modules/system/system.module
Generates a form array for a confirmation form.
contact_personal_page in drupal/core/modules/contact/contact.pages.inc
Page callback: Form constructor for the personal contact form.
custom_block_add in drupal/core/modules/block/custom_block/custom_block.pages.inc
Page callback: Presents the custom block creation form.
custom_block_edit in drupal/core/modules/block/custom_block/custom_block.pages.inc
Page callback: Presents the custom block edit form.
custom_block_type_delete_form in drupal/core/modules/block/custom_block/custom_block.admin.inc
Page callback: Form constructor for the custom block type deletion form.
drupal_get_title in drupal/core/includes/bootstrap.inc
Gets the title of the current page.
EntityTranslationController::entityFormAlter in drupal/core/modules/translation_entity/lib/Drupal/translation_entity/EntityTranslationController.php
Implements EntityTranslationControllerInterface::entityFormAlter().
entity_test_add in drupal/core/modules/system/tests/modules/entity_test/entity_test.module
Menu callback: displays the 'Add new entity_test' form.
entity_test_edit in drupal/core/modules/system/tests/modules/entity_test/entity_test.module
Menu callback: displays the 'Edit existing entity_test' form.
ExceptionController::on403Html in drupal/core/lib/Drupal/Core/Controller/ExceptionController.php
Processes an AccessDenied exception into an HTTP 403 response.
ExceptionController::on404Html in drupal/core/lib/Drupal/Core/Controller/ExceptionController.php
Processes a NotFound exception into an HTTP 404 response.
ExceptionController::on500Html in drupal/core/lib/Drupal/Core/Controller/ExceptionController.php
Processes a generic exception into an HTTP 500 response.
FieldEditForm::buildForm in drupal/core/modules/field_ui/lib/Drupal/field_ui/Form/FieldEditForm.php
Form constructor.
FieldInstanceEditForm::buildForm in drupal/core/modules/field_ui/lib/Drupal/field_ui/Form/FieldInstanceEditForm.php
Form constructor.
FieldWidgetTypeForm::buildForm in drupal/core/modules/field_ui/lib/Drupal/field_ui/Form/FieldWidgetTypeForm.php
Form constructor.
field_test_entity_add in drupal/core/modules/field/tests/modules/field_test/field_test.entity.inc
Menu callback: displays the 'Add new test_entity' form.
field_test_entity_edit in drupal/core/modules/field/tests/modules/field_test/field_test.entity.inc
Menu callback: displays the 'Edit exiisting test_entity' form.
filter_admin_format_page in drupal/core/modules/filter/filter.admin.inc
Page callback: Displays the text format add/edit form.
forum_page in drupal/core/modules/forum/forum.pages.inc
Page callback: Prints a forum listing.
HelpController::helpPage in drupal/core/modules/help/lib/Drupal/help/Controller/HelpController.php
Prints a page listing general help for a module.
image_effect_form in drupal/core/modules/image/image.admin.inc
Form builder; Form for adding and editing image effects.
image_style_form in drupal/core/modules/image/image.admin.inc
Form builder; Edit an image style name and effects order.
install_already_done_error in drupal/core/includes/install.core.inc
Indicates that Drupal has already been installed.
install_configure_form in drupal/core/includes/install.core.inc
Form constructor for a form to configure the new site.
install_display_requirements in drupal/core/includes/install.core.inc
Displays installation requirements.
install_finished in drupal/core/includes/install.core.inc
Performs final installation steps and displays a 'finished' page.
install_no_profile_error in drupal/core/includes/install.core.inc
Indicates that there are no profiles available.
install_select_language in drupal/core/includes/install.core.inc
Selects which language to use during installation.
install_select_profile in drupal/core/includes/install.core.inc
Selects which profile to install.
install_settings_form in drupal/core/includes/install.core.inc
Form constructor for a form to configure and rewrite settings.php.
layout_page_view in drupal/core/modules/layout/layout.admin.inc
Page callback: Demonstrates a layout template.
MaintenanceModeSubscriber::onKernelRequestMaintenance in drupal/core/lib/Drupal/Core/EventSubscriber/MaintenanceModeSubscriber.php
Returns the site maintenance page if the site is offline.
menu_link_add in drupal/core/modules/menu/menu.admin.inc
Menu callback: Provides the menu link submission form.
menu_menu_edit in drupal/core/modules/menu/menu.admin.inc
Page callback: Presents the menu edit form.
NodeFormController::form in drupal/core/modules/node/lib/Drupal/node/NodeFormController.php
Overrides Drupal\Core\Entity\EntityFormController::form().
NodeFormController::preview in drupal/core/modules/node/lib/Drupal/node/NodeFormController.php
Form submission handler for the 'preview' action.
node_add in drupal/core/modules/node/node.pages.inc
Page callback: Provides the node submission form.
node_page_view in drupal/core/modules/node/node.module
Page callback: Displays a single node.
node_revision_overview in drupal/core/modules/node/node.pages.inc
Page callback: Generates an overview table of older revisions of a node.
node_show in drupal/core/modules/node/node.module
Page callback: Generates an array which displays a node detail page.
node_type_delete_confirm in drupal/core/modules/node/content_types.inc
Page callback: Form constructor for the content type delete form.
Page::execute in drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/Page.php
Overrides \Drupal\views\Plugin\views\display\PathPluginBase::execute().
PageTitleFilteringTest::tearDown in drupal/core/modules/system/lib/Drupal/system/Tests/System/PageTitleFilteringTest.php
Reset page title.
PageTitleFilteringTest::testTitleTags in drupal/core/modules/system/lib/Drupal/system/Tests/System/PageTitleFilteringTest.php
Tests the handling of HTML by drupal_set_title() and drupal_get_title()
path_admin_edit in drupal/core/modules/path/path.admin.inc
Page callback: Returns a form creating or editing a path alias.
PictureMappingFormController::form in drupal/core/modules/picture/lib/Drupal/picture/PictureMappingFormController.php
Overrides Drupal\Core\Entity\EntityFormController::form().
shortcut_link_add in drupal/core/modules/shortcut/shortcut.admin.inc
Form callback: builds the form for adding a new shortcut link.
shortcut_link_edit in drupal/core/modules/shortcut/shortcut.admin.inc
Form callback: builds the form for editing a shortcut link.
taxonomy_term_page in drupal/core/modules/taxonomy/taxonomy.pages.inc
Menu callback; displays all nodes associated with a term.
test_page_test_page in drupal/core/modules/system/tests/modules/test_page_test/test_page_test.module
Page callback: Returns a test page and sets the title.
tracker_page in drupal/core/modules/tracker/tracker.pages.inc
Page callback: Generates a page of tracked nodes for the site.
translation_entity_overview in drupal/core/modules/translation_entity/translation_entity.pages.inc
Translations overview page callback.
translation_node_overview in drupal/core/modules/translation/translation.pages.inc
Page callback: Displays a list of a node's translations.
update_access_denied_page in drupal/core/update.php
Renders a 403 access denied page for update.php.
update_check_requirements in drupal/core/update.php
Checks update requirements and reports errors and (optionally) warnings.
update_info_page in drupal/core/update.php
Provides an overview of the Drupal database update.
update_results_page in drupal/core/update.php
Displays results of the update script with any accompanying errors.
update_selection_page in drupal/core/update.php
Renders a form with a list of available database updates.
ViewAddFormController::init in drupal/core/modules/views_ui/lib/Drupal/views_ui/ViewAddFormController.php
Initialize the form state and the entity before the first form build.
ViewCloneFormController::init in drupal/core/modules/views_ui/lib/Drupal/views_ui/ViewCloneFormController.php
Initialize the form state and the entity before the first form build.
ViewsUIController::edit in drupal/core/modules/views_ui/lib/Drupal/views_ui/Controller/ViewsUIController.php
Returns the form to edit a view.
views_ajax_form_wrapper in drupal/core/modules/views/includes/ajax.inc
Wrapper around drupal_build_form to handle some AJAX stuff automatically. This makes some assumptions about the client.
ViewUI::getStandardButtons in drupal/core/modules/views_ui/lib/Drupal/views_ui/ViewUI.php
Provide a standard set of Apply/Cancel/OK buttons for the forms. Also provide a hidden op operator because the forms plugin doesn't seem to properly provide which button was clicked.
_batch_progress_page in drupal/core/includes/batch.inc
Outputs a batch processing page.
_drupal_bootstrap_page_cache in drupal/core/includes/bootstrap.inc
Attempts to serve a page from the cache.
_drupal_log_error in drupal/core/includes/errors.inc
Logs a PHP error or exception and displays an error page in fatal cases.