Skip to content
Snippets Groups Projects
Commit ddc67532 authored by Ian McLean's avatar Ian McLean
Browse files

Issue #3290460 by Project Update Bot: Automated Drupal 10 compatibility fixes

parent e1ddbe9d
Branches 8.x-1.x
No related merge requests found
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'
......@@ -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') {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment