DateTime Range Views Data was converted to a class, hook removed

Created on 11 January 2025, 3 months ago

Problem/Motivation

[I might have missed something I'm actually researching something else at the moment, but spotted this so am logging it]

Date Recur 3.9 views data refers to core Date Range Views Data
https://git.drupalcode.org/project/date_recur/-/blob/3.9.x/src/DateRecur...

  protected function getParentFieldViewsData(FieldStorageConfigInterface $fieldDefinition): array {
    $this->moduleHandler->loadInclude('datetime_range', 'inc', 'datetime_range.views');
    return \datetime_range_field_views_data($fieldDefinition);
  }

But for D11 versions this was removed in 📌 [ignore] Convert everything everywhere all at once Active https://git.drupalcode.org/project/drupal/-/commit/059e256c285ee9780c8a1... and unlike the D10.4 equivalent without a BC layer.

Data can now be found in DateTimeRangeViewsHooks only https://git.drupalcode.org/project/drupal/-/blob/11.x/core/modules/datet...

Proposed resolution

Confirm. Change above method to call or otherwise (extend?) get the data from DateTimeRangeViewsHooks

Remaining tasks

To do.

Checklist ✔

  • [ ❌ ] Changeset meets coding standards and project style guide .
  • [ ❌ ] Changeset has tests
  • [ ❌ ] Proposal has been discussed externally (Slack/IRC)
🐛 Bug report
Status

Active

Version

3.9

Component

Code

Created by

🇳🇱Netherlands ekes

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024