Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
Views Daterange Filters
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
forks
Views Daterange Filters
Commits
ddc67532
Commit
ddc67532
authored
2 years ago
by
Ian McLean
Browse files
Options
Downloads
Patches
Plain Diff
Issue #3290460 by Project Update Bot: Automated Drupal 10 compatibility fixes
parent
e1ddbe9d
Branches
8.x-1.x
Branches containing commit
Tags
8.x-1.0-alpha2
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
views_daterange_filters.info.yml
+1
-1
1 addition, 1 deletion
views_daterange_filters.info.yml
views_daterange_filters.module
+1
-1
1 addition, 1 deletion
views_daterange_filters.module
with
2 additions
and
2 deletions
views_daterange_filters.info.yml
+
1
−
1
View file @
ddc67532
name
:
'
Views
Date
Range
Filters'
type
:
module
description
:
'
Views
filters
for
date
ranges.'
core_version_requirement
:
^8 || ^9
core_version_requirement
:
^8
.7.7
|| ^9
|| ^10
package
:
'
Views'
This diff is collapsed.
Click to expand it.
views_daterange_filters.module
+
1
−
1
View file @
ddc67532
...
...
@@ -8,7 +8,7 @@
use
Drupal\field\FieldStorageConfigInterface
;
/**
* Implements hook_views_data_alter().
* Implements hook_
field_
views_data_alter().
*/
function
views_daterange_filters_field_views_data_alter
(
array
&
$data
,
FieldStorageConfigInterface
$field_storage
)
{
if
(
$field_storage
->
getType
()
===
'daterange'
)
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
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