Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
time_field
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
time_field
Merge requests
!11
Issue
#3406344
: Adopt GitLab CI
代码
评审变更
检出分支
下载
补丁
文本差异
Merged
Issue
#3406344
: Adopt GitLab CI
issue/time_field-3406344:3406344-adopt-gitlab-ci
into
2.x
Overview
0
Commits
4
Pipelines
5
Changes
5
Merged
Bram Driesen
requested to merge
issue/time_field-3406344:3406344-adopt-gitlab-ci
into
2.x
1 year ago
Overview
0
Commits
4
Pipelines
5
Changes
5
Expand
Closes
#3406344
0
0
Merge request reports
Compare
2.x
version 3
d3767610
1 year ago
version 2
ea2ac63d
1 year ago
version 1
4359712b
1 year ago
2.x (base)
and
latest version
latest version
32a0e95c
4 commits,
1 year ago
version 3
d3767610
3 commits,
1 year ago
version 2
ea2ac63d
2 commits,
1 year ago
version 1
4359712b
1 commit,
1 year ago
5 files
+
123
−
11
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
5
Search (e.g. *.vue) (Ctrl+P)
src/Element/TimeElement.php
+
3
−
3
Options
@@ -13,11 +13,11 @@ use Drupal\time_field\Time;
* Usage example:
*
* @code
* $form['time'] =
array(
* $form['time'] =
[
* '#type' => 'time',
* '#title' => $this->t('Time'),
* '#required' => TRUE,
*
)
;
*
'#required' => TRUE,
*
]
;
* @endcode
*
* @FormElement("time")
Loading