Problem/Motivation

When using this theme on Drupal 11, a deprecated function is called:
Deprecated function:$date = \Drupal::service('date.formatter')->format(REQUEST_TIME, 'custom', 'Y')

Steps to reproduce

1. Install this theme on Drupal 11.
2. Enable the theme.
3. Visit home page and you will see the error on the screen
4. See the deprecated function notice in the mentioned file.

Proposed resolution

Replace the deprecated function with the compatible function

Remaining tasks

Review and test the attached patch.

User interface changes

None.

API changes

None.

Data model changes

None.

Comments

kritika_21 created an issue. See original summary.

kritika_21’s picture

StatusFileSize
new842 bytes

Attaching patch to fix deprecated function for Drupal 11 compatibility.

kritika_21’s picture

Assigned: kritika_21 » Unassigned
Status: Active » Needs review

Patch attached. This replaces the deprecated function that was not compatible with Drupal 11 and is not allowing to use this theme.