- Deprecated: Drupal\contact_storage\Plugin\Field\FieldType\OptionsListItemBase::getPossibleValues(): Implicitly marking parameter $account as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/web/modules/contrib/contact_storage/src/Plugin/Field/FieldType/OptionsListItemBase.php on line 34
- Deprecated: Drupal\contact_storage\Plugin\Field\FieldType\OptionsListItemBase::getPossibleOptions(): Implicitly marking parameter $account as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/web/modules/contrib/contact_storage/src/Plugin/Field/FieldType/OptionsListItemBase.php on line 44
- Deprecated: Drupal\contact_storage\Plugin\Field\FieldType\OptionsListItemBase::getSettableValues(): Implicitly marking parameter $account as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/web/modules/contrib/contact_storage/src/Plugin/Field/FieldType/OptionsListItemBase.php on line 51
- Deprecated: Drupal\contact_storage\Plugin\Field\FieldType\OptionsListItemBase::getSettableOptions(): Implicitly marking parameter $account as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/web/modules/contrib/contact_storage/src/Plugin/Field/FieldType/OptionsListItemBase.php on line 61
- Deprecated: Drupal\contact_storage\Plugin\Field\FieldType\OptionsEmailItem::getSettableOptions(): Implicitly marking parameter $account as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/web/modules/contrib/contact_storage/src/Plugin/Field/FieldType/OptionsEmailItem.php on line 136
- Deprecated: Drupal\contact_storage\ContactFormViewBuilder::resetCache(): Implicitly marking parameter $entities as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/web/modules/contrib/contact_storage/src/ContactFormViewBuilder.php on line 127
- Deprecated: Drupal\contact_storage\Controller\ContactStorageController::contactSitePage(): Implicitly marking parameter $contact_form as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/web/modules/contrib/contact_storage/src/Controller/ContactStorageController.php on line 18
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | contact_storage-3532964-1.patch | 3.58 KB | chaithanya.m |
Comments
Comment #2
chaithanya.m commentedThe attached patch fixes compatibility with PHP 8.4
Comment #3
chaithanya.m commentedComment #4
colanCode looks good & works. Thanks!
Comment #5
lostcarpark commentedI've tested the patch and it's resolved the deprecation warnings for me.
Comment #7
berdirThis really should have been a merge request, but wanted to get this in for a new release.