trait SectionStorageTrait
Same name in other branches
- 8.9.x core/modules/layout_builder/src/SectionStorage/SectionStorageTrait.php \Drupal\layout_builder\SectionStorage\SectionStorageTrait
Provides a trait for storing sections on an object.
Hierarchy
- trait \Drupal\layout_builder\SectionStorage\SectionStorageTrait uses \Drupal\layout_builder\SectionListTrait
Deprecated
in drupal:9.3.0 and is removed from drupal:10.0.0. Use \Drupal\layout_builder\SectionListTrait instead.
See also
https://www.drupal.org/node/3091432
File
-
core/
modules/ layout_builder/ src/ SectionStorage/ SectionStorageTrait.php, line 17
Namespace
Drupal\layout_builder\SectionStorageView source
trait SectionStorageTrait {
use SectionListTrait;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.