trait SectionStorageTrait

Same name and namespace in other branches
  1. 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

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\SectionStorage
View source
trait SectionStorageTrait {
    use SectionListTrait;

}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.