- Issue created by @orkut murat yılmaz
- 🇹🇷Turkey orkut murat yılmaz Istanbul
Sorry for the wrong module project. I'm correcting the name and reference too.
Hello and thanks for this module,
When I upgrade my PHP version to 8.4, I get those warnings below:
PHP Deprecated: Drupal\dashboards\Entity\Dashboard::isOverridden(): Implicitly marking parameter $account as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/web/modules/contrib/dashboards/src/Entity/Dashboard.php on line 208
Deprecated: Drupal\dashboards\Entity\Dashboard::isOverridden(): Implicitly marking parameter $account as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/web/modules/contrib/dashboards/src/Entity/Dashboard.php on line 208
PHP Deprecated: Drupal\dashboards\Entity\DashboardViewBuilder::__construct(): Implicitly marking parameter $theme_registry as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/web/modules/contrib/dashboards/src/Entity/DashboardViewBuilder.php on line 67
Deprecated: Drupal\dashboards\Entity\DashboardViewBuilder::__construct(): Implicitly marking parameter $theme_registry as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/web/modules/contrib/dashboards/src/Entity/DashboardViewBuilder.php on line 67
PHP Deprecated: Drupal\dashboards\Entity\DashboardViewBuilder::__construct(): Implicitly marking parameter $entity_display_repository as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/web/modules/contrib/dashboards/src/Entity/DashboardViewBuilder.php on line 67
Deprecated: Drupal\dashboards\Entity\DashboardViewBuilder::__construct(): Implicitly marking parameter $entity_display_repository as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/web/modules/contrib/dashboards/src/Entity/DashboardViewBuilder.php on line 67
PHP Deprecated: Drupal\dashboards\Plugin\SectionStorage\DashboardSectionStorage::access(): Implicitly marking parameter $account as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/web/modules/contrib/dashboards/src/Plugin/SectionStorage/DashboardSectionStorage.php on line 261
Deprecated: Drupal\dashboards\Plugin\SectionStorage\DashboardSectionStorage::access(): Implicitly marking parameter $account as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/web/modules/contrib/dashboards/src/Plugin/SectionStorage/DashboardSectionStorage.php on line 261
PHP Deprecated: Drupal\dashboards\Plugin\SectionStorage\UserDashboardSectionStorage::access(): Implicitly marking parameter $account as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/web/modules/contrib/dashboards/src/Plugin/SectionStorage/UserDashboardSectionStorage.php on line 101
Deprecated: Drupal\dashboards\Plugin\SectionStorage\UserDashboardSectionStorage::access(): Implicitly marking parameter $account as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/web/modules/contrib/dashboards/src/Plugin/SectionStorage/UserDashboardSectionStorage.php on line 101
PHP Deprecated: Drupal\content_calendar\Form\SettingsForm::buildForm(): Implicitly marking parameter $request as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/web/modules/contrib/content_planner/modules/content_calendar/src/Form/SettingsForm.php on line 82
How can we resolve them?
Best,
Orkut
Active
2.0
Code
Sorry for the wrong module project. I'm correcting the name and reference too.