Skip to content
Snippets Groups Projects
Commit c589e98e authored by Kristof De Jaeger's avatar Kristof De Jaeger
Browse files

Issue #3373675 by Rajab Natshah, omar_emailat: Fix PHP 8.2 Deprecated...

Issue #3373675 by Rajab Natshah, omar_emailat: Fix PHP 8.2 Deprecated function: Creation of dynamic property Drupal\ds\Plugin\views\row\EntityRow::$entityLanguageRenderer
parent 0eb717ba
No related branches found
No related tags found
No related merge requests found
Pipeline #67595 failed
......@@ -18,6 +18,9 @@ use Drupal\views\Plugin\views\row\EntityRow as ViewsEntityRow;
*/
class EntityRow extends ViewsEntityRow {
/** @var \Drupal\ds\Plugin\views\Entity\Render\TranslationLanguageRenderer */
protected $entityLanguageRenderer;
/**
* {@inheritdoc}
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment