16 calls to UrlHelper::parse() in Zircon Profile 8
- ConfirmFormHelper::buildCancelLink in core/
lib/ Drupal/ Core/ Form/ ConfirmFormHelper.php - Builds the cancel link for a confirmation form.
- 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.
- FieldUI::getNextDestination in core/
modules/ field_ui/ src/ FieldUI.php - Returns the next redirect path in a multipage sequence.
- file_create_url in core/
includes/ file.inc - Creates a web-accessible URL for a stream to an external or local file.
- FormBuilder::buildFormAction in core/
lib/ Drupal/ Core/ Form/ FormBuilder.php - Builds the $form['#action'].
- GotoAction::execute in core/
modules/ action/ src/ Plugin/ Action/ GotoAction.php - Executes the plugin.
- LinkItemTest::testLinkItem in core/
modules/ link/ src/ Tests/ LinkItemTest.php - Tests using entity fields of the link field type.
- PathPluginBase::validatePath in core/
modules/ views/ src/ Plugin/ views/ display/ PathPluginBase.php - Validates the path of the display.
- PathValidator::getUrl in core/
lib/ Drupal/ Core/ Path/ PathValidator.php - Helper for getUrlIfValid() and getUrlIfValidWithoutAccessCheck().
- RedirectResponseSubscriber::getDestinationAsAbsoluteUrl in core/
lib/ Drupal/ Core/ EventSubscriber/ RedirectResponseSubscriber.php - Converts the passed in destination into an absolute URL.
- UrlHelperTest::testParse in core/
tests/ Drupal/ Tests/ Component/ Utility/ UrlHelperTest.php - Tests url parsing.
- UrlTest::testDrupalParseUrl in core/
modules/ system/ src/ Tests/ Common/ UrlTest.php - Tests UrlHelper::parse().
- UrlTest::testFromUserInput in core/
tests/ Drupal/ Tests/ Core/ UrlTest.php - Tests the fromUserInput method with valid paths.
- WebTestBase::drupalPostAjaxForm in core/
modules/ simpletest/ src/ WebTestBase.php - Executes an Ajax form submission.
- _batch_finished in core/
includes/ batch.inc - Ends the batch processing.
- _locale_parse_js_file in core/
modules/ locale/ locale.module - Parses a JavaScript file, extracts strings wrapped in Drupal.t() and Drupal.formatPlural() and inserts them into the database.