Account created on 19 October 2017, over 6 years ago
#

Recent comments

🇨🇮Ivory Coast sgourebi

@nikral

In the file src/Plugin/Field/FieldWidget/MonthYearRangeWidget.php
You don't have to implement ContainerFactoryPluginInterface because it is almost implemented in the web/core/lib/Drupal/Core/Field/WidgetBase.php

In the file month_year_range.info.yml
Drupal 8 is not yet supported, so I guess you have to set the core version like this core_version_requirement: ^9 || ^10
I you want to keep compatibility with D8, you have to set the core_version_requirement: ^8.8 || ^9 || ^10
Or
add the core key.
core: 8.x to support version before D8.8 because D8.7.7 doesn't support core_version_requirement.
core_version_requirement: ^8 || ^9 || ^10

I ran PHPCS tests and no related coding standard issues were found.
Except what I described, it is good for me.

🇨🇮Ivory Coast sgourebi

Typo errors in the hostname example in the readme file and fix of many other typos.

-$settings['redis.connection']['host'] = '127.0.0.1;
+$settings['redis.connection']['host'] = '127.0.0.1';

Version: 8.x-1.6

Production build 0.69.0 2024