Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
intl_date
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
intl_date
Commits
38b6f2e1
Commit
38b6f2e1
authored
1 year ago
by
aron novak
Browse files
Options
Downloads
Patches
Plain Diff
php8.0 req
parent
0ab01608
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
intl_date.info.yml
+1
-1
1 addition, 1 deletion
intl_date.info.yml
intl_date.module
+1
-1
1 addition, 1 deletion
intl_date.module
intl_date.services.yml
+0
-1
0 additions, 1 deletion
intl_date.services.yml
with
2 additions
and
3 deletions
intl_date.info.yml
+
1
−
1
View file @
38b6f2e1
...
...
@@ -4,4 +4,4 @@ package: Date
core_version_requirement
:
^9 || ^10
type
:
module
php
:
7.3
php
:
8.0
This diff is collapsed.
Click to expand it.
intl_date.module
+
1
−
1
View file @
38b6f2e1
...
...
@@ -9,7 +9,7 @@
* Implements hook_entity_type_build().
*/
function
intl_date_entity_type_build
(
array
&
$entity_types
)
{
/** @var
$entity_types
\Drupal\Core\Entity\EntityTypeInterface[] */
/** @var \Drupal\Core\Entity\EntityTypeInterface[]
$entity_types
*/
$entity_types
[
'intl_date_format'
]
->
setFormClass
(
'add'
,
'Drupal\intl_date\Form\DateFormatAddForm'
)
->
setFormClass
(
'edit'
,
'Drupal\intl_date\Form\DateFormatEditForm'
)
...
...
This diff is collapsed.
Click to expand it.
intl_date.services.yml
+
0
−
1
View file @
38b6f2e1
...
...
@@ -3,4 +3,3 @@ services:
class
:
Drupal\intl_date\TwigExtension
tags
:
-
{
name
:
twig.extension
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment