159 calls to Url::fromRoute()
- AccessDeniedSubscriber::onException in core/
modules/ user/ src/ EventSubscriber/ AccessDeniedSubscriber.php - Redirects users when access is denied.
- AddFeedTest::testAddFeed in core/
modules/ aggregator/ tests/ src/ Functional/ AddFeedTest.php - Creates and ensures that a feed is unique, checks source, and deletes feed.
- AggregatorController::adminOverview in core/
modules/ aggregator/ src/ Controller/ AggregatorController.php - Displays the aggregator administration page.
- AjaxFormCacheTest::testFormCacheUsage in core/
tests/ Drupal/ FunctionalJavascriptTests/ Ajax/ AjaxFormCacheTest.php - Tests the usage of form cache for AJAX forms.
- AjaxFormCacheTest::testQueryString in core/
tests/ Drupal/ FunctionalJavascriptTests/ Ajax/ AjaxFormCacheTest.php - Tests AJAX forms on pages with a query string.
- AjaxTestController::dialog in core/
modules/ system/ tests/ modules/ ajax_test/ src/ Controller/ AjaxTestController.php - Returns a render array of form elements and links for dialog.
- AjaxTestController::dialogContents in core/
modules/ system/ tests/ modules/ ajax_test/ src/ Controller/ AjaxTestController.php - Example content for dialog testing.
- AjaxTestController::insertLinksBlockWrapper in core/
modules/ system/ tests/ modules/ ajax_test/ src/ Controller/ AjaxTestController.php - Returns a render array of links that directly Drupal.ajax().
- AjaxTestController::insertLinksInlineWrapper in core/
modules/ system/ tests/ modules/ ajax_test/ src/ Controller/ AjaxTestController.php - Returns a render array of links that directly Drupal.ajax().
- BasicAuthTest::testBasicAuth in core/
modules/ basic_auth/ tests/ src/ Functional/ BasicAuthTest.php - Tests http basic authentication.
- BasicAuthTest::testCacheabilityOf401Response in core/
modules/ basic_auth/ tests/ src/ Functional/ BasicAuthTest.php - Tests the cacheability of the Basic Auth 401 response.
- BasicAuthTest::testGlobalLoginFloodControl in core/
modules/ basic_auth/ tests/ src/ Functional/ BasicAuthTest.php - Tests the global login flood control.
- BasicAuthTest::testLocale in core/
modules/ basic_auth/ tests/ src/ Functional/ BasicAuthTest.php - Tests compatibility with locale/UI translation.
- BasicAuthTest::testPerUserLoginFloodControl in core/
modules/ basic_auth/ tests/ src/ Functional/ BasicAuthTest.php - Tests the per-user login flood control.
- BasicAuthTest::testUnauthorizedErrorMessage in core/
modules/ basic_auth/ tests/ src/ Functional/ BasicAuthTest.php - Tests if a comprehensive message is displayed when the route is denied.
- batch_process in core/
includes/ form.inc - Processes the batch.
- BigPipePlaceholderTestCases::cases in core/
modules/ big_pipe/ tests/ modules/ big_pipe_test/ src/ BigPipePlaceholderTestCases.php - Gets all BigPipe placeholder test cases.
- BigPipeRegressionTest::testMessages_2712935 in core/
modules/ big_pipe/ tests/ src/ FunctionalJavascript/ BigPipeRegressionTest.php - Ensure messages set in placeholders always appear.
- BigPipeRegressionTest::testMultipleClosingBodies_2678662 in core/
modules/ big_pipe/ tests/ src/ FunctionalJavascript/ BigPipeRegressionTest.php - Ensure BigPipe works despite inline JS containing the string "</body>".
- BigPipeRegressionTest::testPlaceholderInParagraph_2802923 in core/
modules/ big_pipe/ tests/ src/ FunctionalJavascript/ BigPipeRegressionTest.php - Ensure default BigPipe placeholder HTML cannot split paragraphs.
- BigPipeTest::testBigPipe in core/
modules/ big_pipe/ tests/ src/ Functional/ BigPipeTest.php - Tests BigPipe-delivered HTML responses when JavaScript is enabled.
- BigPipeTest::testBigPipeMultiOccurrencePlaceholders in core/
modules/ big_pipe/ tests/ src/ Functional/ BigPipeTest.php - Tests BigPipe with a multi-occurrence placeholder.
- BigPipeTest::testBigPipeNoJs in core/
modules/ big_pipe/ tests/ src/ Functional/ BigPipeTest.php - Tests BigPipe-delivered HTML responses when JavaScript is disabled.
- BigPipeTest::testNoJsDetection in core/
modules/ big_pipe/ tests/ src/ Functional/ BigPipeTest.php - Tests BigPipe's no-JS detection.
- BlockLibraryController::listBlocks in core/
modules/ block/ src/ Controller/ BlockLibraryController.php - Shows a list of blocks that can be added to a theme's layout.
- BlockListBuilder::buildBlocksForm in core/
modules/ block/ src/ BlockListBuilder.php - Builds the main "Blocks" portion of the form.
- BlockTest::testAddBlockFromLibraryWithWeight in core/
modules/ block/ tests/ src/ Functional/ BlockTest.php - Tests adding a block from the library page with a weight query string.
- BlockXssTest::doBlockContentTest in core/
modules/ block/ tests/ src/ Functional/ BlockXssTest.php - Tests XSS coming from Block Content block info.
- BlockXssTest::doMenuTest in core/
modules/ block/ tests/ src/ Functional/ BlockXssTest.php - Tests XSS coming from Menu block labels.
- BlockXssTest::doViewTest in core/
modules/ block/ tests/ src/ Functional/ BlockXssTest.php - Tests XSS coming from View block labels.
- BlockXssTest::testBlockXss in core/
modules/ block/ tests/ src/ Functional/ BlockXssTest.php - Tests various modules that provide blocks for XSS.
- BlockXssTest::testNoUnexpectedEscaping in core/
modules/ block/ tests/ src/ Functional/ BlockXssTest.php - Tests that nothing is escaped other than the blocks explicitly tested.
- BlockXssTest::testXssInCategory in core/
modules/ block/ tests/ src/ Functional/ BlockXssTest.php - Tests XSS in category.
- block_page_top in core/
modules/ block/ block.module - Implements hook_page_top().
- BreadcrumbTest::testSetLinks in core/
tests/ Drupal/ Tests/ Core/ Breadcrumb/ BreadcrumbTest.php - @covers ::setLinks[[api-linebreak]]
- BrowserTestBaseTest::testGoTo in core/
tests/ Drupal/ FunctionalTests/ BrowserTestBaseTest.php - Tests basic page test.
- BrowserTestBaseTest::testPageContainsNoDuplicateId in core/
tests/ Drupal/ FunctionalTests/ BrowserTestBaseTest.php - Tests pageContainsNoDuplicateId() functionality.
- CkeditorOffCanvasTestController::testOffCanvas in core/
modules/ ckeditor/ tests/ modules/ src/ CkeditorOffCanvasTestController.php - Returns a link that can open a node add form in an off-canvas dialog.
- ColorSafePreviewTest::testColorPreview in core/
modules/ color/ tests/ src/ Functional/ ColorSafePreviewTest.php - Ensures color preview.html is sanitized.
- CommentInterfaceTest::testCommentInterface in core/
modules/ comment/ tests/ src/ Functional/ CommentInterfaceTest.php - Tests the comment interface.
- CommentLazyBuilders::buildLinks in core/
modules/ comment/ src/ CommentLazyBuilders.php - Build the default links (reply, edit, delete …) for a comment.
- CommentLinkBuilder::buildCommentedEntityLinks in core/
modules/ comment/ src/ CommentLinkBuilder.php - Builds links for the given entity.
- CommentLinkBuilderTest::getLinkCombinations in core/
modules/ comment/ tests/ src/ Unit/ CommentLinkBuilderTest.php - Data provider for ::testCommentLinkBuilder.
- CommentLinkBuilderTest::getMockNode in core/
modules/ comment/ tests/ src/ Unit/ CommentLinkBuilderTest.php - Builds a mock node based on given scenario.
- CommentLinksTest::testLinkApprove in core/
modules/ comment/ tests/ src/ Kernel/ Views/ CommentLinksTest.php - Tests the comment approve link.
- CommentLinksTest::testLinkReply in core/
modules/ comment/ tests/ src/ Kernel/ Views/ CommentLinksTest.php - Tests the comment reply link.
- CommentNewIndicatorTest::renderNewCommentsNodeLinks in core/
modules/ comment/ tests/ src/ Functional/ CommentNewIndicatorTest.php - Get node "x new comments" metadata from the server for the current user.
- CommentTypeTest::testCommentTypeEditing in core/
modules/ comment/ tests/ src/ Functional/ CommentTypeTest.php - Tests editing a comment type using the UI.
- CommonTestController::typeLinkActiveClass in core/
modules/ system/ tests/ modules/ common_test/ src/ Controller/ CommonTestController.php - Returns links to the current page, with and without query strings.
- ConfirmFormHelperTest::testCancelLinkDestination in core/
tests/ Drupal/ Tests/ Core/ Form/ ConfirmFormHelperTest.php - @covers ::buildCancelLink[[api-linebreak]]
- ConfirmFormHelperTest::testCancelLinkRoute in core/
tests/ Drupal/ Tests/ Core/ Form/ ConfirmFormHelperTest.php - @covers ::buildCancelLink[[api-linebreak]]
- ConfirmFormHelperTest::testCancelLinkRouteWithParams in core/
tests/ Drupal/ Tests/ Core/ Form/ ConfirmFormHelperTest.php - @covers ::buildCancelLink[[api-linebreak]]
- ContextualDynamicContextTest::renderContextualLinks in core/
modules/ contextual/ tests/ src/ Functional/ ContextualDynamicContextTest.php - Get server-rendered contextual links for the given contextual link ids.
- ContextualDynamicContextTest::testDifferentPermissions in core/
modules/ contextual/ tests/ src/ Functional/ ContextualDynamicContextTest.php - Tests contextual links with different permissions.
- ContextualLinks::preRenderLinks in core/
modules/ contextual/ src/ Element/ ContextualLinks.php - Pre-render callback: Builds a renderable array for contextual links.
- CustomPageExceptionHtmlSubscriberTest::setUp in core/
tests/ Drupal/ Tests/ Core/ EventSubscriber/ CustomPageExceptionHtmlSubscriberTest.php - DateTimeTest::testDateFormatConfiguration in core/
modules/ system/ tests/ src/ Functional/ System/ DateTimeTest.php - Tests date format configuration.
- DrupalMessengerServiceTest::testDrupalMessengerService in core/
modules/ system/ tests/ src/ Functional/ Bootstrap/ DrupalMessengerServiceTest.php - Tests Messenger service.
- DrupalMessengerServiceTest::testStatusMessageAssertions in core/
modules/ system/ tests/ src/ Functional/ Bootstrap/ DrupalMessengerServiceTest.php - Tests assertion methods in WebAssert related to status messages.
- EarlyRenderingControllerTest::testEarlyRendering in core/
modules/ system/ tests/ src/ Functional/ Common/ EarlyRenderingControllerTest.php - Tests theme preprocess functions being able to attach assets.
- EditorDialogAccessTest::testEditorImageDialogAccess in core/
modules/ editor/ tests/ src/ Functional/ EditorDialogAccessTest.php - Tests access to the editor image dialog.
- EntityBundleListCacheTest::testBundleListingCache in core/
tests/ Drupal/ FunctionalTests/ Entity/ EntityBundleListCacheTest.php - Tests that tags are invalidated when an entity with that bundle changes.
- EntityCacheTagsTestBase::testReferencedEntity in core/
modules/ system/ tests/ src/ Functional/ Entity/ EntityCacheTagsTestBase.php - Tests cache tags presence and invalidation of the entity when referenced.
- EntityDeleteFormTrait::getRedirectUrl in core/
lib/ Drupal/ Core/ Entity/ EntityDeleteFormTrait.php - Returns the URL where the user should be redirected after deletion.
- EntityUrlTest::providerTestToUrlUriCallback in core/
tests/ Drupal/ Tests/ Core/ Entity/ EntityUrlTest.php - Provides data for testToUrlUriCallback().
- entity_test_entity_operation_alter in core/
modules/ system/ tests/ modules/ entity_test/ entity_test.module - Implements hook_entity_operation_alter().
- FeedViewBuilder::buildComponents in core/
modules/ aggregator/ src/ FeedViewBuilder.php - Builds the component fields and properties of a set of entities.
- FormTest::testGetFormsCsrfToken in core/
modules/ system/ tests/ src/ Functional/ Form/ FormTest.php - CSRF tokens for GET forms should not be added by default.
- FormTest::testInputWithInvalidToken in core/
modules/ system/ tests/ src/ Functional/ Form/ FormTest.php - Tests that input is retained for safe elements even with an invalid token.
- hook_comment_links_alter in core/
modules/ comment/ comment.api.php - Alter the links of a comment.
- hook_entity_operation in core/
lib/ Drupal/ Core/ Entity/ entity.api.php - Declares entity operations.
- hook_system_themes_page_alter in core/
modules/ system/ system.api.php - Alters theme operation links.
- hook_toolbar in core/
modules/ toolbar/ toolbar.api.php - Add items to the toolbar menu.
- ImageFormatter::settingsForm in core/
modules/ image/ src/ Plugin/ Field/ FieldFormatter/ ImageFormatter.php - Returns a form to configure settings for the formatter.
- ImageStyleEditForm::form in core/
modules/ image/ src/ Form/ ImageStyleEditForm.php - Gets the actual form array to be built.
- ImageThemeFunctionTest::testImageFormatterTheme in core/
modules/ image/ tests/ src/ Kernel/ ImageThemeFunctionTest.php - Tests usage of the image field formatters.
- ImageUrlFormatter::settingsForm in core/
modules/ image/ src/ Plugin/ Field/ FieldFormatter/ ImageUrlFormatter.php - Returns a form to configure settings for the formatter.
- JSInteractionTestForm::buildForm in core/
modules/ system/ tests/ modules/ js_interaction_test/ src/ Controller/ JSInteractionTestForm.php - Creates the test form.
- LinkApprove::getUrlInfo in core/
modules/ comment/ src/ Plugin/ views/ field/ LinkApprove.php - Returns the URI elements of the link.
- LinkGeneratorTest::testGenerateButton in core/
tests/ Drupal/ Tests/ Core/ Utility/ LinkGeneratorTest.php - Tests the generate() method with the <button> route.
- LinkGeneratorTest::testGenerateNoLink in core/
tests/ Drupal/ Tests/ Core/ Utility/ LinkGeneratorTest.php - Tests the generate() method with the <nolink> route.
- LinkGeneratorTest::testGenerateNone in core/
tests/ Drupal/ Tests/ Core/ Utility/ LinkGeneratorTest.php - Tests the generate() method with the <none> route.
- LinkGeneratorTest::testGenerateTwice in core/
tests/ Drupal/ Tests/ Core/ Utility/ LinkGeneratorTest.php - Tests whether rendering the same link twice works.
- LinkReply::getUrlInfo in core/
modules/ comment/ src/ Plugin/ views/ field/ LinkReply.php - Returns the URI elements of the link.
- LocalActionManager::getActionsForRoute in core/
lib/ Drupal/ Core/ Menu/ LocalActionManager.php - Finds all local actions that appear on a named route.
- LocalActionManagerTest::getActionsForRouteProvider in core/
tests/ Drupal/ Tests/ Core/ Menu/ LocalActionManagerTest.php - LocalActionTest::testLocalAction in core/
modules/ system/ tests/ src/ Functional/ Menu/ LocalActionTest.php - Tests appearance of local actions.
- LocalTaskManager::getTasksBuild in core/
lib/ Drupal/ Core/ Menu/ LocalTaskManager.php - Gets the render array for all local tasks.
- LocalTasksTest::testLocalTaskBlock in core/
modules/ system/ tests/ src/ Functional/ Menu/ LocalTasksTest.php - Tests that local task blocks are configurable to show a specific level.
- LocalTasksTest::testPluginLocalTask in core/
modules/ system/ tests/ src/ Functional/ Menu/ LocalTasksTest.php - Tests the plugin based local tasks.
- MenuActiveTrail403Test::testMenuActiveTrail403Cache in core/
tests/ Drupal/ FunctionalTests/ Menu/ MenuActiveTrail403Test.php - Tests that visiting 403 page does not override original active trail.
- MigrateUpgradeImportBatch::finished in core/
modules/ migrate_drupal_ui/ src/ Batch/ MigrateUpgradeImportBatch.php - Callback executed when the Migrate Upgrade Import batch process completes.
- Module::postInstallTasks in core/
lib/ Drupal/ Core/ Updater/ Module.php - Returns an array of links to pages that should be visited post operation.
- PathAliasTest::testNodeAlias in core/
modules/ path/ tests/ src/ Functional/ PathAliasTest.php - Tests alias functionality through the node interfaces.
- PathEncodedTest::testAliasToEncoded in core/
tests/ Drupal/ FunctionalTests/ Routing/ PathEncodedTest.php - PathEncodedTest::testGetEncoded in core/
tests/ Drupal/ FunctionalTests/ Routing/ PathEncodedTest.php - PhpUnitBridgeTest::testErrorOnSiteUnderTest in core/
tests/ Drupal/ FunctionalTests/ Core/ Test/ PhpUnitBridgeTest.php - Tests deprecation message from deprecated route.
- ProcessingTest::testBatchRedirectFinishedCallback in core/
modules/ system/ tests/ src/ Functional/ Batch/ ProcessingTest.php - Tests batches that redirect in the batch finished callback.
- RenderElement::preRenderAjaxForm in core/
lib/ Drupal/ Core/ Render/ Element/ RenderElement.php - Adds Ajax information about an element to communicate with JavaScript.
- RenderElementTypesTest::testMoreLink in core/
tests/ Drupal/ KernelTests/ Core/ Render/ Element/ RenderElementTypesTest.php - Tests system #type 'more_link'.
- ReorderDisplays::buildForm in core/
modules/ views_ui/ src/ Form/ Ajax/ ReorderDisplays.php - Form constructor.
- RouterTest::testUrlGeneratorFront in core/
modules/ system/ tests/ src/ Functional/ Routing/ RouterTest.php - Checks the generate method on the URL generator using the front router.
- SecurityAdvisoryTest::assertAdminPageLinks in core/
modules/ system/ tests/ src/ Functional/ SecurityAdvisories/ SecurityAdvisoryTest.php - Asserts the correct links appear on an admin page.
- SecurityAdvisoryTest::assertAdvisoriesNotDisplayed in core/
modules/ system/ tests/ src/ Functional/ SecurityAdvisories/ SecurityAdvisoryTest.php - Asserts that security advisory links are not shown on admin pages.
- SecurityAdvisoryTest::assertStatusReportLinks in core/
modules/ system/ tests/ src/ Functional/ SecurityAdvisories/ SecurityAdvisoryTest.php - Asserts the correct links appear on the status report page.
- SecurityAdvisoryTest::testPsa in core/
modules/ system/ tests/ src/ Functional/ SecurityAdvisories/ SecurityAdvisoryTest.php - Tests that a security advisory is displayed.
- SessionAuthenticationTest::testBasicAuthNoSession in core/
modules/ system/ tests/ src/ Functional/ Session/ SessionAuthenticationTest.php - Tests that a session is not started automatically by basic authentication.
- SessionAuthenticationTest::testSessionFromBasicAuthenticationDoesNotLeak in core/
modules/ system/ tests/ src/ Functional/ Session/ SessionAuthenticationTest.php - Check that a basic authentication session does not leak.
- SessionExistsCacheContextTest::testCacheContext in core/
modules/ system/ tests/ src/ Functional/ Cache/ SessionExistsCacheContextTest.php - Tests \Drupal\Core\Cache\Context\SessionExistsCacheContext::getContext().
- SiteMaintenanceTest::testSiteMaintenance in core/
modules/ system/ tests/ src/ Functional/ System/ SiteMaintenanceTest.php - Verifies site maintenance mode functionality.
- SystemCompactLink::preRenderCompactLink in core/
lib/ Drupal/ Core/ Render/ Element/ SystemCompactLink.php - Pre-render callback: Renders a link into #markup.
- TableSelectTest::testProcessTableselectWithLinkTitle in core/
tests/ Drupal/ Tests/ Core/ Render/ Element/ TableSelectTest.php - @covers ::processTableselect[[api-linebreak]]
- template_preprocess_update_fetch_error_message in core/
modules/ update/ update.report.inc - Prepares variables for update fetch error message templates.
- template_preprocess_views_ui_build_group_filter_form in core/
modules/ views_ui/ views_ui.theme.inc - Prepares variables for Views UI build group filter form templates.
- template_preprocess_views_ui_rearrange_filter_form in core/
modules/ views_ui/ views_ui.theme.inc - Prepares variables for Views UI rearrange filter form templates.
- TestController::linksDisplay in core/
modules/ system/ tests/ modules/ dialog_renderer_test/ src/ Controller/ TestController.php - Displays test links that will open in the modal dialog.
- TestController::linksDisplay in core/
modules/ system/ tests/ modules/ off_canvas_test/ src/ Controller/ TestController.php - Displays test links that will open in off-canvas dialog.
- TestController::otherDialogLinks in core/
modules/ system/ tests/ modules/ off_canvas_test/ src/ Controller/ TestController.php - Displays dialogs links to be displayed inside the off-canvas dialog.
- Theme::postInstallTasks in core/
lib/ Drupal/ Core/ Updater/ Theme.php - Returns an array of links to pages that should be visited post operation.
- ThemeTestSubscriber::onRequest in core/
modules/ system/ tests/ modules/ theme_test/ src/ EventSubscriber/ ThemeTestSubscriber.php - Generates themed output early in a page request.
- ToolbarAdminMenuTest::testExternalLink in core/
modules/ toolbar/ tests/ src/ Functional/ ToolbarAdminMenuTest.php - Tests that external links added to the menu appear in the toolbar.
- ToolbarAdminMenuTest::testLocaleTranslationSubtreesHashCacheClear in core/
modules/ toolbar/ tests/ src/ Functional/ ToolbarAdminMenuTest.php - Tests that toolbar cache is cleared when string translations are made.
- ToolbarItem::getInfo in core/
modules/ toolbar/ src/ Element/ ToolbarItem.php - Returns the element properties for this element.
- ToolbarLinkBuilder::renderToolbarLinks in core/
modules/ user/ src/ ToolbarLinkBuilder.php - Lazy builder callback for rendering toolbar links.
- toolbar_test_toolbar in core/
modules/ toolbar/ tests/ modules/ toolbar_test/ toolbar_test.module - Implements hook_toolbar().
- toolbar_toolbar in core/
modules/ toolbar/ toolbar.module - Implements hook_toolbar().
- TwigExtensionTest::testLinkWithOverriddenAttributes in core/
tests/ Drupal/ Tests/ Core/ Template/ TwigExtensionTest.php - @covers ::getLink[[api-linebreak]]
- TwigThemeTestController::urlToStringRender in core/
modules/ system/ tests/ modules/ twig_theme_test/ src/ TwigThemeTestController.php - Renders a URL to a string.
- UiHelperTrait::drupalLogin in core/
tests/ Drupal/ Tests/ UiHelperTrait.php - Logs in a user using the Mink controlled browser.
- UiHelperTrait::drupalLogout in core/
tests/ Drupal/ Tests/ UiHelperTrait.php - Logs a user out of the Mink controlled browser and confirms.
- UpdatePathTestBase::setUp in core/
tests/ Drupal/ FunctionalTests/ Update/ UpdatePathTestBase.php - Overrides BrowserTestBase::setUp() for update testing.
- UpdatePathTestTrait::runUpdates in core/
tests/ Drupal/ Tests/ UpdatePathTestTrait.php - Helper function to run pending database updates.
- UpdateReportTest::testTemplatePreprocessUpdateFetchErrorMessageWithDblog in core/
modules/ update/ tests/ src/ Kernel/ UpdateReportTest.php - Tests the error message when failing to fetch data with dblog enabled.
- update_authorize_update_batch_finished in core/
modules/ update/ update.authorize.inc - Batch callback: Performs actions when the authorized update batch is done.
- UrlAlterTest::testUrlWithQueryString in core/
tests/ Drupal/ KernelTests/ Core/ Path/ UrlAlterTest.php - UrlTest::testFromRoutedPathWithValidRoute in core/
tests/ Drupal/ Tests/ Core/ UrlTest.php - Tests fromUri() method with user-entered path matching a valid route.
- UrlTest::testFromRouteFront in core/
tests/ Drupal/ Tests/ Core/ UrlTest.php - Tests the fromRoute() method with the special <front> path.
- UrlTest::testMergeOptions in core/
tests/ Drupal/ Tests/ Core/ UrlTest.php - Tests the mergeOptions() method.
- UrlTest::testRenderAccess in core/
tests/ Drupal/ Tests/ Core/ UrlTest.php - Tests the renderAccess() method.
- UrlTest::testSetOptions in core/
tests/ Drupal/ Tests/ Core/ UrlTest.php - Tests the setOptions() method.
- UrlTest::testToUriStringForInternal in core/
tests/ Drupal/ Tests/ Core/ UrlTest.php - Tests the toUriString() method with internal: URIs.
- UrlTest::testUrlFromRequest in core/
tests/ Drupal/ Tests/ Core/ UrlTest.php - Tests creating a URL from a request.
- UserBlocksTest::testUserLoginBlock in core/
modules/ user/ tests/ src/ Functional/ UserBlocksTest.php - Tests the user login block.
- UserLoginBlock::build in core/
modules/ user/ src/ Plugin/ Block/ UserLoginBlock.php - Builds and returns the renderable array for this block plugin.
- UserLoginHttpTest::getLoginStatusUrlString in core/
modules/ user/ tests/ src/ Functional/ UserLoginHttpTest.php - Gets the URL string for checking login for a given serialization format.
- UserLoginTest::testCookiesNotAccepted in core/
modules/ user/ tests/ src/ Functional/ UserLoginTest.php - Tests with a browser that denies cookies.
- UserPasswordResetTest::testUserPasswordReset in core/
modules/ user/ tests/ src/ Functional/ UserPasswordResetTest.php - Tests password reset functionality.
- UserPasswordResetTest::testUserPasswordResetWithAdditionalAjaxForm in core/
modules/ user/ tests/ src/ FunctionalJavascript/ UserPasswordResetTest.php - Tests password reset functionality with an AJAX form.
- user_entity_operation in core/
modules/ user/ user.module - Implements hook_entity_operation().
- user_toolbar in core/
modules/ user/ user.module - Implements hook_toolbar().
- ViewEditForm::getFormBucket in core/
modules/ views_ui/ src/ ViewEditForm.php - Add information about a section to a display.
- ViewEditForm::renderDisplayTop in core/
modules/ views_ui/ src/ ViewEditForm.php - Render the top of the display so it can be updated during ajax operations.
- ViewPreviewForm::actions in core/
modules/ views_ui/ src/ ViewPreviewForm.php - Returns an array of supported actions for the current entity form.
- views_ui_build_form_url in core/
modules/ views_ui/ admin.inc - Creates the menu path for a standard AJAX form given the form state.
- views_ui_contextual_links_view_alter in core/
modules/ views_ui/ views_ui.module - Implements hook_contextual_links_view_alter().
- views_ui_view_preview_section_display_category_links in core/
modules/ views_ui/ views_ui.module - Returns a link to editing a certain display setting.
- views_ui_view_preview_section_handler_links in core/
modules/ views_ui/ views_ui.module - Returns contextual links for each handler of a certain section.
- VocabularyListBuilder::getDefaultOperations in core/
modules/ taxonomy/ src/ VocabularyListBuilder.php - Gets this list's default operations.
- _batch_finished in core/
includes/ batch.inc - Ends the batch processing.
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.