16 calls to Url::fromUserInput() in Zircon Profile 8
- ConfirmFormHelper::buildCancelLink in core/
lib/ Drupal/ Core/ Form/ ConfirmFormHelper.php - Builds the cancel link for a confirmation form.
- DisplayPluginBase::renderMoreLink in core/
modules/ views/ src/ Plugin/ views/ display/ DisplayPluginBase.php - Renders the 'more' link.
- 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.
- FieldPluginBase::renderText in core/
modules/ views/ src/ Plugin/ views/ field/ FieldPluginBase.php - Performs an advanced text render for the item.
- FieldUI::getNextDestination in core/
modules/ field_ui/ src/ FieldUI.php - Returns the next redirect path in a multipage sequence.
- FormTestRedirectForm::submitForm in core/
modules/ system/ tests/ modules/ form_test/ src/ Form/ FormTestRedirectForm.php - Form submission handler.
- LinkGeneratorTest::testGenerateUrlWithQuotes in core/
tests/ Drupal/ Tests/ Core/ Utility/ LinkGeneratorTest.php - Tests the generate() method with a url containing double quotes.
- PathController::adminOverview in core/
modules/ path/ src/ Controller/ PathController.php - Displays the path administration overview page.
- template_preprocess_views_view_summary in core/
modules/ views/ views.theme.inc - Prepares variables for views summary templates.
- template_preprocess_views_view_summary_unformatted in core/
modules/ views/ views.theme.inc - Prepares variables for unformatted summary view templates.
- Url::render in core/
modules/ views/ src/ Plugin/ views/ field/ Url.php - Renders the field.
- UrlTest::testFromInvalidUserInput in core/
tests/ Drupal/ Tests/ Core/ UrlTest.php - Tests the fromUserInput method with invalid paths.
- UrlTest::testFromUserInput in core/
tests/ Drupal/ Tests/ Core/ UrlTest.php - Tests the fromUserInput method with valid paths.
- UrlTest::testLinkXSS in core/
modules/ system/ src/ Tests/ Common/ UrlTest.php - Confirms that invalid URLs are filtered in link generating functions.
- ViewEditForm::getDisplayDetails in core/
modules/ views_ui/ src/ ViewEditForm.php - Helper function to get the display details section of the edit UI.
- ViewListBuilder::getDisplayPaths in core/
modules/ views_ui/ src/ ViewListBuilder.php - Gets a list of paths assigned to the view.