You are here

79 calls to Url::fromUri() in Zircon Profile 8.0

AggregatorTitleFormatter::viewElements in core/modules/aggregator/src/Plugin/Field/FieldFormatter/AggregatorTitleFormatter.php
Builds a renderable array for a field value.
BaseFieldFileFormatterBase::viewElements in core/modules/file/src/Plugin/Field/FieldFormatter/BaseFieldFileFormatterBase.php
Builds a renderable array for a field value.
ConfirmFormTest::testConfirmFormWithExternalDestination in core/modules/system/src/Tests/Form/ConfirmFormTest.php
Tests that the confirm form does not use external destinations.
DbLogController::eventDetails in core/modules/dblog/src/Controller/DbLogController.php
Displays details about a specific database log message.
DbUpdateController::info in core/modules/system/src/Controller/DbUpdateController.php
Returns the info database update page.
DbUpdateController::triggerBatch in core/modules/system/src/Controller/DbUpdateController.php
Starts the database update batch process.
DynamicPageCacheIntegrationTest::testDynamicPageCache in core/modules/dynamic_page_cache/src/Tests/DynamicPageCacheIntegrationTest.php
Tests that Dynamic Page Cache works correctly, and verifies the edge cases.
FeedViewBuilder::buildComponents in core/modules/aggregator/src/FeedViewBuilder.php
Builds the component fields and properties of a set of entities.
FieldPluginBase::renderAsLink in core/modules/views/src/Plugin/views/field/FieldPluginBase.php
Render this field as a link, with the info from a fieldset set by the user.
FieldUrlTest::testFieldUrl in core/modules/views/src/Tests/Handler/FieldUrlTest.php
FileEntityFormatterTest::testFormatterFileLink in core/modules/file/src/Tests/Formatter/FileEntityFormatterTest.php
Tests the file_link field formatter.
FileEntityFormatterTest::testFormatterFileUri in core/modules/file/src/Tests/Formatter/FileEntityFormatterTest.php
Tests the file_link field formatter.
FunctionsTest::testLinks in core/modules/system/src/Tests/Theme/FunctionsTest.php
Tests links.html.twig.
ImageFormatter::viewElements in core/modules/image/src/Plugin/Field/FieldFormatter/ImageFormatter.php
Builds a renderable array for a field value.
ImageThemeFunctionTest::testImageFormatterTheme in core/modules/image/src/Tests/ImageThemeFunctionTest.php
Tests usage of the image field formatters.
install_run_task in core/includes/install.core.inc
Runs an individual installation task.
IntegrationTest::testAggregatorItemView in core/modules/aggregator/src/Tests/Views/IntegrationTest.php
Tests basic aggregator_item view.
Item::buildUri in core/modules/aggregator/src/Entity/Item.php
Entity URI callback.
LinkExternalProtocolsConstraintValidatorTest::providerValidate in core/modules/link/tests/src/Unit/Plugin/Validation/Constraint/LinkExternalProtocolsConstraintValidatorTest.php
Data provider for ::testValidate
LinkFieldTest::testLinkTitle in core/modules/link/src/Tests/LinkFieldTest.php
Tests the link title settings of a link field.
LinkGenerationTest::testHookLinkAlter in core/modules/system/src/Tests/Utility/LinkGenerationTest.php
Tests how hook_link_alter() can affect escaping of the link text.
LinkGeneratorTest::testGenerateExternal in core/tests/Drupal/Tests/Core/Utility/LinkGeneratorTest.php
Tests the generate() method with an external URL.
LinkItem::getUrl in core/modules/link/src/Plugin/Field/FieldType/LinkItem.php
Gets the URL object.
LinkNotExistingInternalConstraintValidatorTest::providerValidate in core/modules/link/tests/src/Unit/Plugin/Validation/Constraint/LinkNotExistingInternalConstraintValidatorTest.php
Data provider for ::testValidate
Links::getLinks in core/modules/views/src/Plugin/views/field/Links.php
Gets the list of links used by this field.
MailToFormatter::viewElements in core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/MailToFormatter.php
Builds a renderable array for a field value.
MenuLinkBase::getUrlObject in core/lib/Drupal/Core/Menu/MenuLinkBase.php
Returns a URL object containing either the external path or route.
PathValidator::getUrl in core/lib/Drupal/Core/Path/PathValidator.php
Helper for getUrlIfValid() and getUrlIfValidWithoutAccessCheck().
ReadTest::testRead in core/modules/rest/src/Tests/ReadTest.php
Tests several valid and invalid read requests on all entity types.
RenderElementTypesTest::testMoreLink in core/modules/system/src/Tests/Common/RenderElementTypesTest.php
Tests system #type 'more_link'.
ResponsiveImageFormatter::viewElements in core/modules/responsive_image/src/Plugin/Field/FieldFormatter/ResponsiveImageFormatter.php
Builds a renderable array for a field value.
RouterTest::testUrlGeneratorFront in core/modules/system/src/Tests/Routing/RouterTest.php
Checks the generate method on the url generator using the front router.
system_authorized_get_url in core/modules/system/system.module
Return the URL for the authorize.php script.
TelephoneLinkFormatter::viewElements in core/modules/telephone/src/Plugin/Field/FieldFormatter/TelephoneLinkFormatter.php
Builds a renderable array for a field value.
template_preprocess_file_link in core/modules/file/file.module
Prepares variables for file link templates.
TwigExtension::getLink in core/lib/Drupal/Core/Template/TwigExtension.php
Gets a rendered link from an url object.
UnroutedUrlTest::testFromInvalidUri in core/tests/Drupal/Tests/Core/UnroutedUrlTest.php
Tests the fromUri() method.
UnroutedUrlTest::testFromUri in core/tests/Drupal/Tests/Core/UnroutedUrlTest.php
Tests the fromUri() method.
UnroutedUrlTest::testGetInternalPath in core/tests/Drupal/Tests/Core/UnroutedUrlTest.php
Tests the getInternalPath() method.
UnroutedUrlTest::testGetOptions in core/tests/Drupal/Tests/Core/UnroutedUrlTest.php
Tests the getOptions() method.
UnroutedUrlTest::testGetRouteName in core/tests/Drupal/Tests/Core/UnroutedUrlTest.php
Tests the getRouteName() method.
UnroutedUrlTest::testGetRouteParameters in core/tests/Drupal/Tests/Core/UnroutedUrlTest.php
Tests the getRouteParameters() method.
UnroutedUrlTest::testGetUri in core/tests/Drupal/Tests/Core/UnroutedUrlTest.php
Tests the getPath() method.
UnroutedUrlTest::testIsExternal in core/tests/Drupal/Tests/Core/UnroutedUrlTest.php
Tests the isExternal() method.
UnroutedUrlTest::testToString in core/tests/Drupal/Tests/Core/UnroutedUrlTest.php
Tests the toString() method.
UpdateContribTest::testHookUpdateStatusAlter in core/modules/update/src/Tests/UpdateContribTest.php
Checks that hook_update_status_alter() works to change a status.
UpdateContribTest::testNoReleasesAvailable in core/modules/update/src/Tests/UpdateContribTest.php
Tests when there is no available release data for a contrib module.
UpdateContribTest::testUpdateBaseThemeSecurityUpdate in core/modules/update/src/Tests/UpdateContribTest.php
Tests that subthemes are notified about security updates for base themes.
UpdateContribTest::testUpdateBrokenFetchURL in core/modules/update/src/Tests/UpdateContribTest.php
Makes sure that if we fetch from a broken URL, sane things happen.
UpdateContribTest::testUpdateContribBasic in core/modules/update/src/Tests/UpdateContribTest.php
Tests the basic functionality of a contrib module on the status report.
UpdateContribTest::testUpdateContribOrder in core/modules/update/src/Tests/UpdateContribTest.php
Tests that contrib projects are ordered by project name.
UpdateContribTest::testUpdateShowDisabledThemes in core/modules/update/src/Tests/UpdateContribTest.php
Tests that disabled themes are only shown when desired.
UpdateCoreTest::testMajorUpdateAvailable in core/modules/update/src/Tests/UpdateCoreTest.php
Tests the Update Manager module when a major update is available.
UpdateCoreTest::testNormalUpdateAvailable in core/modules/update/src/Tests/UpdateCoreTest.php
Tests the Update Manager module when one normal update is available.
UpdateCoreTest::testSecurityUpdateAvailable in core/modules/update/src/Tests/UpdateCoreTest.php
Tests the Update Manager module when a security update is available.
UpdateManagerUpdate::buildForm in core/modules/update/src/Form/UpdateManagerUpdate.php
Form constructor.
UpdateTestBase::standardTests in core/modules/update/src/Tests/UpdateTestBase.php
Runs a series of assertions that are applicable to all update statuses.
UriLinkFormatter::viewElements in core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/UriLinkFormatter.php
Builds a renderable array for a field value.
Url::fromInternalUri in core/lib/Drupal/Core/Url.php
Creates a new Url object for 'internal:' URIs.
Url::fromUserInput in core/lib/Drupal/Core/Url.php
Creates a Url object for a relative URI reference submitted by user input.
UrlTest::testEntityUris in core/tests/Drupal/Tests/Core/UrlTest.php
Tests the fromUri() method with an entity: URI.
UrlTest::testFromInvalidInternalUri in core/tests/Drupal/Tests/Core/UrlTest.php
Tests the fromUri() method with an invalid internal: URI.
UrlTest::testFromRoutedPathWithInvalidRoute in core/tests/Drupal/Tests/Core/UrlTest.php
Tests fromUri() method with a user-entered path not matching any route.
UrlTest::testFromRoutedPathWithValidRoute in core/tests/Drupal/Tests/Core/UrlTest.php
Tests fromUri() method with user-entered path matching a valid route.
UrlTest::testFromRouteUriWithMissingRouteName in core/tests/Drupal/Tests/Core/UrlTest.php
@expectedException \InvalidArgumentException @expectedExceptionMessage The route URI 'route:' is invalid.
UrlTest::testFromValidInternalUri in core/tests/Drupal/Tests/Core/UrlTest.php
Tests the fromUri() method with a valid internal: URI.
UrlTest::testGetRouteNameWithExternalUrl in core/tests/Drupal/Tests/Core/UrlTest.php
Tests the getRouteName() with an external URL.
UrlTest::testGetRouteParametersWithExternalUrl in core/tests/Drupal/Tests/Core/UrlTest.php
Tests the getRouteParameters() with an external URL.
UrlTest::testGetUriForExternalUrl in core/tests/Drupal/Tests/Core/UrlTest.php
Tests the getUri() method for external URLs.
UrlTest::testLinkAttributes in core/modules/system/src/Tests/Common/UrlTest.php
Tests that default and custom attributes are handled correctly on links.
UrlTest::testLinkBubbleableMetadata in core/modules/system/src/Tests/Common/UrlTest.php
Tests that #type=link bubbles outbound route/path processors' metadata.
UrlTest::testLinkRenderArrayText in core/modules/system/src/Tests/Common/UrlTest.php
Tests that link functions support render arrays as 'text'.
UrlTest::testToUriStringForEntity in core/tests/Drupal/Tests/Core/UrlTest.php
Tests the toUriString() method with entity: URIs.
UrlTest::testToUriStringForInternal in core/tests/Drupal/Tests/Core/UrlTest.php
Tests the toUriString() method with internal: URIs.
UrlTest::testToUriStringForRoute in core/tests/Drupal/Tests/Core/UrlTest.php
Tests the toUriString() method with route: URIs.
ViewEditForm::getDisplayDetails in core/modules/views_ui/src/ViewEditForm.php
Helper function to get the display details section of the edit UI.
ViewEditForm::save in core/modules/views_ui/src/ViewEditForm.php
Form submission handler for the 'save' action.
WebTestBase::assertUrl in core/modules/simpletest/src/WebTestBase.php
Passes if the internal browser's URL matches the given path.
_batch_finished in core/includes/batch.inc
Ends the batch processing.