8 calls to UrlHelper::isValid() in Zircon Profile 8
- OpmlFeedAdd::submitForm in core/
modules/ aggregator/ src/ Form/ OpmlFeedAdd.php - Form submission handler.
- PathValidator::getUrl in core/
lib/ Drupal/ Core/ Path/ PathValidator.php - Helper for getUrlIfValid() and getUrlIfValidWithoutAccessCheck().
- Url::validateUrl in core/
lib/ Drupal/ Core/ Render/ Element/ Url.php - Form element validation handler for #type 'url'.
- UrlHelperTest::testInvalidAbsolute in core/
tests/ Drupal/ Tests/ Component/ Utility/ UrlHelperTest.php - Tests invalid absolute URLs.
- UrlHelperTest::testInvalidRelative in core/
tests/ Drupal/ Tests/ Component/ Utility/ UrlHelperTest.php - Tests invalid relative URLs.
- UrlHelperTest::testValidAbsolute in core/
tests/ Drupal/ Tests/ Component/ Utility/ UrlHelperTest.php - Tests valid absolute URLs.
- UrlHelperTest::testValidRelative in core/
tests/ Drupal/ Tests/ Component/ Utility/ UrlHelperTest.php - Tests valid relative URLs.
- UrlTest::testDrupalParseUrl in core/
modules/ system/ src/ Tests/ Common/ UrlTest.php - Tests UrlHelper::parse().