- Issue created by @catcat811
- Assigned to abhishek_virasat
- 🇮🇳India abhishek_virasat
@catcat811, fixed the issue please review the patch file.
- Issue was unassigned.
- Status changed to Needs review
8 months ago 11:50am 8 March 2024
Deprecated function: Creation of dynamic property Drupal\layoutcomponents\LcLayoutsManager::$tagOptions is deprecated in Drupal\Core\Render\ElementInfoManager->Drupal\Core\Render\{closure}() (line 131 of /home/william/code/davyin-cms/docroot/core/lib/Drupal/Core/Render/ElementInfoManager.php).
Drupal\Core\Render\ElementInfoManager->Drupal\Core\Render\{closure}(8192, 'Creation of dynamic property Drupal\layoutcomponents\LcLayoutsManager::$tagOptions is deprecated', '/home/william/code/davyin-cms/docroot/modules/contrib/layoutcomponents/src/LcLayoutsManager.php', 137) (Line: 137)
Install it and view a page with the module on PHP 8.2
Add
/**
* Tag options.
*
* @var array
*/
public $tagOptions = [];
/**
* Title border.
*
* @var array
*/
public $titleBorder = [];
to LcLayoutsManager.php
Needs review
3.0
Code
@catcat811, fixed the issue please review the patch file.