Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
fapi_validation
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
fapi_validation
Merge requests
!4
Issue
#2975779
- Update validation
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Issue
#2975779
- Update validation
issue/fapi_validation-2975779:2975779-validation
into
8.x-2.x
Overview
0
Commits
1
Pipelines
0
Changes
10
Merged
Viktor Holovachek
requested to merge
issue/fapi_validation-2975779:2975779-validation
into
8.x-2.x
8 months ago
Overview
0
Commits
1
Pipelines
0
Changes
10
Expand
Closes
#2975779
0
0
Merge request reports
Compare
8.x-2.x
8.x-2.x (base)
and
latest version
latest version
f399e0aa
1 commit,
8 months ago
10 files
+
34
−
33
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
10
Search (e.g. *.vue) (Ctrl+P)
src/Plugin/FapiValidationValidator/UrlValidator.php
+
1
−
1
Options
@@ -2,10 +2,10 @@
@@ -2,10 +2,10 @@
namespace
Drupal\fapi_validation\Plugin\FapiValidationValidator
;
namespace
Drupal\fapi_validation\Plugin\FapiValidationValidator
;
use
Drupal\Component\Utility\UrlHelper
;
use
Drupal\Core\Form\FormStateInterface
;
use
Drupal\Core\Form\FormStateInterface
;
use
Drupal\fapi_validation
\FapiValidationValidatorsInterface
;
use
Drupal\fapi_validation
\FapiValidationValidatorsInterface
;
use
Drupal\fapi_validation
\Validator
;
use
Drupal\fapi_validation
\Validator
;
use
Drupal\Component\Utility\UrlHelper
;
/**
/**
* Fapi Validation Plugin for URL validation.
* Fapi Validation Plugin for URL validation.
Loading