
| Current Path : /var/www/html/pallets/web/core/modules/layout_builder/src/SectionStorage/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : /var/www/html/pallets/web/core/modules/layout_builder/src/SectionStorage/SectionStorageTrait.php |
<?php
namespace Drupal\layout_builder\SectionStorage;
@trigger_error(__NAMESPACE__ . '\SectionStorageTrait is deprecated in drupal:9.3.0 and is removed from drupal:10.0.0. Use \Drupal\layout_builder\SectionListTrait instead. See https://www.drupal.org/node/3091432', E_USER_DEPRECATED);
use Drupal\layout_builder\SectionListTrait;
/**
* Provides a trait for storing sections on an object.
*
* @deprecated in drupal:9.3.0 and is removed from drupal:10.0.0. Use
* \Drupal\layout_builder\SectionListTrait instead.
*
* @see https://www.drupal.org/node/3091432
*/
trait SectionStorageTrait {
use SectionListTrait;
}