You are here

188 calls to Url::fromRoute() in Zircon Profile 8.0

AggregatorController::adminOverview in core/modules/aggregator/src/Controller/AggregatorController.php
Displays the aggregator administration page.
AjaxFormCacheTest::testFormCacheUsage in core/modules/system/src/Tests/Ajax/AjaxFormCacheTest.php
Tests the usage of form cache for AJAX forms.
AjaxFormCacheTest::testQueryString in core/modules/system/src/Tests/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.
authorize.php in core/authorize.php
Administrative script for running authorized file operations.
BanAdmin::buildForm in core/modules/ban/src/Form/BanAdmin.php
BasicAuthTest::testBasicAuth in core/modules/basic_auth/src/Tests/Authentication/BasicAuthTest.php
Test http basic authentication.
BasicAuthTest::testGlobalLoginFloodControl in core/modules/basic_auth/src/Tests/Authentication/BasicAuthTest.php
Test the global login flood control.
BasicAuthTest::testLocale in core/modules/basic_auth/src/Tests/Authentication/BasicAuthTest.php
Tests compatibility with locale/UI translation.
BasicAuthTest::testPerUserLoginFloodControl in core/modules/basic_auth/src/Tests/Authentication/BasicAuthTest.php
Test the per-user login flood control.
BasicAuthTest::testUnauthorizedErrorMessage in core/modules/basic_auth/src/Tests/Authentication/BasicAuthTest.php
Tests if a comprehensive message is displayed when the route is denied.
batch_process in core/includes/form.inc
Processes the batch.
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.
BlockXssTest::doBlockContentTest in core/modules/block/src/Tests/BlockXssTest.php
Tests XSS coming from Block Content block info.
BlockXssTest::doMenuTest in core/modules/block/src/Tests/BlockXssTest.php
Tests XSS coming from Menu block labels.
BlockXssTest::doViewTest in core/modules/block/src/Tests/BlockXssTest.php
Tests XSS coming from View block labels.
BlockXssTest::testBlockXss in core/modules/block/src/Tests/BlockXssTest.php
Tests various modules that provide blocks for XSS.
BlockXssTest::testNoUnexpectedEscaping in core/modules/block/src/Tests/BlockXssTest.php
Tests that nothing is escaped other than the blocks explicitly tested.
BlockXssTest::testXssInCategory in core/modules/block/src/Tests/BlockXssTest.php
Tests XSS in category.
block_page_top in core/modules/block/block.module
Implements hook_page_top().
BookController::adminOverview in core/modules/book/src/Controller/BookController.php
Returns an administrative overview of all books.
book_node_links_alter in core/modules/book/book.module
Implements hook_node_links_alter().
BreadcrumbTest::testSetLinks in core/tests/Drupal/Tests/Core/Breadcrumb/BreadcrumbTest.php
@covers ::setLinks @expectedException \LogicException @expectedExceptionMessage Once breadcrumb links are set, only additional breadcrumb links can be added.
ColorSafePreviewTest::testColorPreview in core/modules/color/src/Tests/ColorSafePreviewTest.php
Ensures color preview.html is sanitized.
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/src/Tests/Views/CommentLinksTest.php
Test the comment approve link.
CommentLinksTest::testLinkReply in core/modules/comment/src/Tests/Views/CommentLinksTest.php
Test the comment reply link.
comment_test_comment_links_alter in core/modules/comment/tests/modules/comment_test/comment_test.module
Implements hook_comment_links_alter().
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.
ConfigController::diff in core/modules/config/src/Controller/ConfigController.php
Shows diff of specified configuration file.
ConfigEntityMapper::getOperations in core/modules/config_translation/src/ConfigEntityMapper.php
Provides an array of information to build a list of operation links.
ConfigEntityMapperTest::testGetOperations in core/modules/config_translation/tests/src/Unit/ConfigEntityMapperTest.php
Tests ConfigEntityMapper::getOperations().
ConfigHandler::buildForm in core/modules/views_ui/src/Form/Ajax/ConfigHandler.php
Form constructor.
ConfigNamesMapper::getOperations in core/modules/config_translation/src/ConfigNamesMapper.php
Provides an array of information to build a list of operation links.
ConfigNamesMapperTest::testGetOperations in core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php
Tests ConfigNamesMapper::hasTranslation().
ConfigSync::buildForm in core/modules/config/src/Form/ConfigSync.php
Form constructor.
ConfigTranslationController::itemPage in core/modules/config_translation/src/Controller/ConfigTranslationController.php
Language translations overview page for a configuration name.
ConfirmFormHelperTest::testCancelLinkDestination in core/tests/Drupal/Tests/Core/Form/ConfirmFormHelperTest.php
@covers ::buildCancelLink
ConfirmFormHelperTest::testCancelLinkRoute in core/tests/Drupal/Tests/Core/Form/ConfirmFormHelperTest.php
@covers ::buildCancelLink
ConfirmFormHelperTest::testCancelLinkRouteWithParams in core/tests/Drupal/Tests/Core/Form/ConfirmFormHelperTest.php
@covers ::buildCancelLink
ConfirmFormTest::testConfirmFormWithExternalDestination in core/modules/system/src/Tests/Form/ConfirmFormTest.php
Tests that the confirm form does not use external destinations.
ContactLink::getUrlInfo in core/modules/contact/src/Plugin/views/field/ContactLink.php
Returns the URI elements of the link.
ContentTranslationUITestBase::doTestBasicTranslation in core/modules/content_translation/src/Tests/ContentTranslationUITestBase.php
Tests the basic translation workflow.
ContentTranslationUITestBase::doTestTranslationDeletion in core/modules/content_translation/src/Tests/ContentTranslationUITestBase.php
Tests translation deletion.
ContentTranslationWorkflowsTest::doTestWorkflows in core/modules/content_translation/src/Tests/ContentTranslationWorkflowsTest.php
Checks that workflows have the expected behaviors for the given user.
ContentTranslationWorkflowsTest::setupEntity in core/modules/content_translation/src/Tests/ContentTranslationWorkflowsTest.php
Creates a test entity and translate it.
ContextualDynamicContextTest::testDifferentPermissions in core/modules/contextual/src/Tests/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.
DateTimeTest::testDateFormatConfiguration in core/modules/system/src/Tests/System/DateTimeTest.php
Test date format configuration.
DbLogController::eventDetails in core/modules/dblog/src/Controller/DbLogController.php
Displays details about a specific database log message.
DbLogResourceTest::testWatchdog in core/modules/dblog/src/Tests/Rest/DbLogResourceTest.php
Writes a log messages and retrieves it via the REST API.
DbLogTest::verifyLinkEscaping in core/modules/dblog/src/Tests/DbLogTest.php
Tests the escaping of links in the operation row of a database log detail page.
DbUpdatesTrait::applyUpdates in core/modules/system/src/Tests/Update/DbUpdatesTrait.php
Applies any pending DB updates through the Update UI.
DeleteTest::testDelete in core/modules/rest/src/Tests/DeleteTest.php
Tests several valid and invalid delete requests on all entity types.
EarlyRenderingControllerTest::testEarlyRendering in core/modules/system/src/Tests/Common/EarlyRenderingControllerTest.php
Tests theme preprocess functions being able to attach assets.
EntityCacheTagsTestBase::testReferencedEntity in core/modules/system/src/Tests/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.
EntityDisplayModeController::formModeTypeSelection in core/modules/field_ui/src/Controller/EntityDisplayModeController.php
Provides a list of eligible entity types for adding form modes.
EntityDisplayModeController::viewModeTypeSelection in core/modules/field_ui/src/Controller/EntityDisplayModeController.php
Provides a list of eligible entity types for adding view modes.
EntityDisplayModeListBuilder::render in core/modules/field_ui/src/EntityDisplayModeListBuilder.php
Builds the entity listing as renderable array for table.html.twig.
EntityFormDisplayEditForm::getOverviewUrl in core/modules/field_ui/src/Form/EntityFormDisplayEditForm.php
Returns the Url object for a specific entity (form) display edit form.
EntityViewDisplayEditForm::getOverviewUrl in core/modules/field_ui/src/Form/EntityViewDisplayEditForm.php
Returns the Url object for a specific entity (form) display edit form.
entity_test_entity_operation_alter in core/modules/system/tests/modules/entity_test/entity_test.module
Implements hook_entity_operation_alter().
entity_test_operation_entity_operation in core/modules/system/tests/modules/entity_test_operation/entity_test_operation.module
Implements hook_entity_operation().
FeedViewBuilder::buildComponents in core/modules/aggregator/src/FeedViewBuilder.php
Builds the component fields and properties of a set of entities.
FieldConfigListBuilder::buildRow in core/modules/field_ui/src/FieldConfigListBuilder.php
Builds a row for an entity in the entity listing.
FieldPluginBaseTest::providerTestRenderAsLinkWithUrlAndOptions in core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php
Data provider for ::testRenderAsLinkWithUrlAndOptions().
FieldUI::getNextDestination in core/modules/field_ui/src/FieldUI.php
Returns the next redirect path in a multipage sequence.
field_ui_entity_operation in core/modules/field_ui/field_ui.module
Implements hook_entity_operation().
FormErrorHandler::displayErrorMessages in core/modules/inline_form_errors/src/FormErrorHandler.php
Loops through and displays all form errors.
FormTest::testGetFormsCsrfToken in core/modules/system/src/Tests/Form/FormTest.php
CSRF tokens for GET forms should not be added by default.
FormTest::testInputWithInvalidToken in core/modules/system/src/Tests/Form/FormTest.php
Tests that input is retained for safe elements even with an invalid token.
ForumBlockBase::build in core/modules/forum/src/Plugin/Block/ForumBlockBase.php
Builds and returns the renderable array for this block plugin.
ForumController::buildActionLinks in core/modules/forum/src/Controller/ForumController.php
Generates an action link to display at the top of the forum listing.
ForumTest::testForum in core/modules/forum/src/Tests/ForumTest.php
Tests forum functionality through the admin and user interfaces.
forum_help in core/modules/forum/forum.module
Implements hook_help().
forum_uri in core/modules/forum/forum.module
Entity URI callback used in forum_entity_bundle_info_alter().
FrontPageTest::doTestFrontPageViewCacheTags in core/modules/node/src/Tests/Views/FrontPageTest.php
Tests the cache tags on the front page.
FunctionsTest::testDrupalPreRenderLinks in core/modules/system/src/Tests/Theme/FunctionsTest.php
Test the use of drupal_pre_render_links() on a nested array of links.
FunctionsTest::testLinks in core/modules/system/src/Tests/Theme/FunctionsTest.php
Tests links.html.twig.
GlossaryTest::testGlossaryView in core/modules/views/src/Tests/GlossaryTest.php
Tests the default glossary view.
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/src/Tests/ImageThemeFunctionTest.php
Tests usage of the image field formatters.
LanguageBlock::build in core/modules/language/src/Plugin/Block/LanguageBlock.php
Builds and returns the renderable array for this block plugin.
LanguageTestController::typeLinkActiveClass in core/modules/language/tests/language_test/src/Controller/LanguageTestController.php
Returns links to the current page with different langcodes.
LinkApprove::getUrlInfo in core/modules/comment/src/Plugin/views/field/LinkApprove.php
Returns the URI elements of the link.
LinkExternalProtocolsConstraintValidatorTest::testValidateIgnoresInternalUrls in core/modules/link/tests/src/Unit/Plugin/Validation/Constraint/LinkExternalProtocolsConstraintValidatorTest.php
@covers ::validate
LinkFormatter::buildUrl in core/modules/link/src/Plugin/Field/FieldFormatter/LinkFormatter.php
Builds the \Drupal\Core\Url object for a link field item.
LinkNotExistingInternalConstraintValidatorTest::providerValidate in core/modules/link/tests/src/Unit/Plugin/Validation/Constraint/LinkNotExistingInternalConstraintValidatorTest.php
Data provider for ::testValidate
LinkReply::getUrlInfo in core/modules/comment/src/Plugin/views/field/LinkReply.php
Returns the URI elements of the link.
ListingEmpty::render in core/modules/node/src/Plugin/views/area/ListingEmpty.php
Render the area.
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/src/Tests/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/src/Tests/Menu/LocalTasksTest.php
Tests that local task blocks are configurable to show a specific level.
LocalTasksTest::testPluginLocalTask in core/modules/system/src/Tests/Menu/LocalTasksTest.php
Tests the plugin based local tasks.
ManagedFile::processManagedFile in core/modules/file/src/Element/ManagedFile.php
Render API callback: Expands the managed_file element type.
MenuCacheTagsTest::testMenuBlock in core/modules/menu_ui/src/Tests/MenuCacheTagsTest.php
Tests cache tags presence and invalidation of the Menu entity.
MenuForm::buildOverviewTreeForm in core/modules/menu_ui/src/MenuForm.php
Recursive helper function for buildOverviewForm().
MenuTest::doMenuTests in core/modules/menu_ui/src/Tests/MenuTest.php
Tests menu functionality.
menu_test_menu_local_tasks_alter in core/modules/system/tests/modules/menu_test/menu_test.module
Implements hook_menu_local_tasks_alter().
Module::postInstallTasks in core/lib/Drupal/Core/Updater/Module.php
Returns an array of links to pages that should be visited post operation.
ModulesListForm::buildRow in core/modules/system/src/Form/ModulesListForm.php
Builds a table row for the system modules page.
NegotiationBrowserForm::buildForm in core/modules/language/src/Form/NegotiationBrowserForm.php
Form constructor.
NegotiationConfigureForm::configureFormTable in core/modules/language/src/Form/NegotiationConfigureForm.php
Builds a language negotiation method configuration table.
Node::renderLink in core/modules/node/src/Plugin/views/field/Node.php
Prepares link to the node.
NodeController::revisionOverview in core/modules/node/src/Controller/NodeController.php
Generates an overview table of older revisions of a node.
NodePreviewForm::buildForm in core/modules/node/src/Form/NodePreviewForm.php
Form constructor.
NodeRevisionsTest::testRevisionTranslationRevert in core/modules/node/src/Tests/NodeRevisionsTest.php
Tests the revision translations are correctly reverted.
NodeTranslationUITest::testPublishedStatusNoFields in core/modules/node/src/Tests/NodeTranslationUITest.php
Tests changing the published status on a node without fields.
Overview::buildForm in core/modules/forum/src/Form/Overview.php
Form constructor.
PageCacheTest::testPageCacheAnonymous403404 in core/modules/page_cache/src/Tests/PageCacheTest.php
Tests the 4xx-response cache tag is added and invalidated.
PageCacheTest::testPageCacheAnonymousRolePermissions in core/modules/page_cache/src/Tests/PageCacheTest.php
Tests the automatic presence of the anonymous role's cache tag.
PageCacheTest::testQueryParameterFormatRequests in core/modules/page_cache/src/Tests/PageCacheTest.php
Tests support for different cache items with different request formats specified via a query parameter.
PathController::adminOverview in core/modules/path/src/Controller/PathController.php
Displays the path administration overview page.
PathPluginBase::getUrlInfo in core/modules/views/src/Plugin/views/display/PathPluginBase.php
Generates an URL to this display.
ProcessingTest::testBatchRedirectFinishedCallback in core/modules/system/src/Tests/Batch/ProcessingTest.php
Tests batches that redirect in the batch finished callback.
QuickEditLoadingTest::testUserWithoutPermission in core/modules/quickedit/src/Tests/QuickEditLoadingTest.php
Test the loading of Quick Edit when a user doesn't have access to it.
Rearrange::buildForm in core/modules/views_ui/src/Form/Ajax/Rearrange.php
Form constructor.
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/modules/system/src/Tests/Common/RenderElementTypesTest.php
Tests system #type 'more_link'.
RenderWebTest::testDrupalRenderFormElements in core/modules/system/src/Tests/Common/RenderWebTest.php
Tests rendering form elements without passing through \Drupal::formBuilder()->doBuildForm().
ReorderDisplays::buildForm in core/modules/views_ui/src/Form/Ajax/ReorderDisplays.php
Form constructor.
RevisionLink::getUrlInfo in core/modules/node/src/Plugin/views/field/RevisionLink.php
Returns the URI elements of the link.
RevisionLinkDelete::getUrlInfo in core/modules/node/src/Plugin/views/field/RevisionLinkDelete.php
Returns the URI elements of the link.
RevisionLinkRevert::getUrlInfo in core/modules/node/src/Plugin/views/field/RevisionLinkRevert.php
Returns the URI elements of the link.
RouterTest::testUrlGeneratorFront in core/modules/system/src/Tests/Routing/RouterTest.php
Checks the generate method on the url generator using the front router.
SearchPageListBuilder::buildRow in core/modules/search/src/SearchPageListBuilder.php
Builds a row for an entity in the entity listing.
SearchPageListBuilder::getDefaultOperations in core/modules/search/src/SearchPageListBuilder.php
Gets this list's default operations.
SessionAuthenticationTest::testBasicAuthNoSession in core/modules/system/src/Tests/Session/SessionAuthenticationTest.php
Tests that a session is not started automatically by basic authentication.
SessionAuthenticationTest::testSessionFromBasicAuthenticationDoesNotLeak in core/modules/system/src/Tests/Session/SessionAuthenticationTest.php
Check that a basic authentication session does not leak.
ShortcutLinksTest::testShortcutLinkOrder in core/modules/shortcut/src/Tests/ShortcutLinksTest.php
Tests the shortcuts are correctly ordered by weight in the toolbar.
shortcut_preprocess_page_title in core/modules/shortcut/shortcut.module
Implements hook_preprocess_HOOK() for page title templates.
shortcut_toolbar in core/modules/shortcut/shortcut.module
Implements hook_toolbar().
SimpletestResultsForm::buildForm in core/modules/simpletest/src/Form/SimpletestResultsForm.php
Form constructor.
SiteMaintenanceTest::testSiteMaintenance in core/modules/system/src/Tests/System/SiteMaintenanceTest.php
Verify site maintenance mode functionality.
StandardProfileTest::doFrontPageRdfaTests in core/modules/rdf/src/Tests/StandardProfileTest.php
Tests that data is exposed in the front page teasers.
StandardTest::testStandard in core/profiles/standard/src/Tests/StandardTest.php
Tests Standard installation profile.
SystemCompactLink::preRenderCompactLink in core/lib/Drupal/Core/Render/Element/SystemCompactLink.php
Pre-render callback: Renders a link into #markup.
SystemController::themesPage in core/modules/system/src/Controller/SystemController.php
Returns a theme listing.
TableSelectTest::testProcessTableselectWithLinkTitle in core/tests/Drupal/Tests/Core/Render/Element/TableSelectTest.php
@covers ::processTableselect
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.
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/src/Tests/ToolbarAdminMenuTest.php
Tests that external links added to the menu appear in the toolbar.
ToolbarItem::getInfo in core/modules/toolbar/src/Element/ToolbarItem.php
Returns the element properties for this element.
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().
TourCacheTagsTest::testRenderedTour in core/modules/tour/src/Tests/TourCacheTagsTest.php
Tests cache tags presence and invalidation of the Tour entity.
TwigThemeTestController::urlToStringRender in core/modules/system/tests/modules/twig_theme_test/src/TwigThemeTestController.php
Renders a URL to a string.
UpdatePathTestBase::setUp in core/modules/system/src/Tests/Update/UpdatePathTestBase.php
Overrides WebTestBase::setUp() for update testing.
UpdateSchemaTest::setUp in core/modules/system/src/Tests/Update/UpdateSchemaTest.php
Sets up a Drupal site for running functional and integration tests.
UpdateScriptTest::setUp in core/modules/system/src/Tests/Update/UpdateScriptTest.php
Sets up a Drupal site for running functional and integration tests.
update_authorize_update_batch_finished in core/modules/update/update.authorize.inc
Batch callback: Performs actions when the authorized update batch is done.
UrlBubbleableMetadataBubblingTest::testUrlBubbleableMetadataBubbling in core/modules/system/src/Tests/Render/UrlBubbleableMetadataBubblingTest.php
Tests that URL bubbleable metadata is correctly bubbled.
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::testLinkAttributes in core/modules/system/src/Tests/Common/UrlTest.php
Tests that default and custom attributes are handled correctly on links.
UrlTest::testRenderAccess in core/tests/Drupal/Tests/Core/UrlTest.php
Tests the renderAccess() 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.
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.
ViewExecutableTest::testGetUrlWithOverriddenUrl in core/modules/views/tests/src/Unit/ViewExecutableTest.php
@covers ::getUrl
ViewExecutableTest::testGetUrlWithPathNoPlaceholders in core/modules/views/tests/src/Unit/ViewExecutableTest.php
@covers ::getUrl
ViewExecutableTest::testGetUrlWithPlaceholdersAndArgs in core/modules/views/tests/src/Unit/ViewExecutableTest.php
@covers ::getUrl
ViewExecutableTest::testGetUrlWithPlaceholdersAndWithoutArgs in core/modules/views/tests/src/Unit/ViewExecutableTest.php
@covers ::getUrl
ViewExecutableTest::testGetUrlWithPlaceholdersAndWithoutArgsAndExceptionValue in core/modules/views/tests/src/Unit/ViewExecutableTest.php
@covers ::getUrl
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
Create the menu path for one of our standard AJAX forms based upon known information about the form.
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.