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
Comment #2
kritika_21Attaching patch to fix deprecated function for Drupal 11 compatibility.
Comment #3
kritika_21Patch attached. This replaces the deprecated function that was not compatible with Drupal 11 and is not allowing to use this theme.