class TestLayoutEntityHelperTrait

Same name and namespace in other branches
  1. 8.9.x core/modules/layout_builder/tests/src/Kernel/LayoutEntityHelperTraitTest.php \Drupal\Tests\layout_builder\Kernel\TestLayoutEntityHelperTrait
  2. 10 core/modules/layout_builder/tests/src/Kernel/LayoutEntityHelperTraitTest.php \Drupal\Tests\layout_builder\Kernel\TestLayoutEntityHelperTrait
  3. 11.x core/modules/layout_builder/tests/src/Kernel/LayoutEntityHelperTraitTest.php \Drupal\Tests\layout_builder\Kernel\TestLayoutEntityHelperTrait

Test class using the trait.

Hierarchy

Expanded class hierarchy of TestLayoutEntityHelperTrait

File

core/modules/layout_builder/tests/src/Kernel/LayoutEntityHelperTraitTest.php, line 252

Namespace

Drupal\Tests\layout_builder\Kernel
View source
class TestLayoutEntityHelperTrait {
    use LayoutEntityHelperTrait {
        getSectionStorageForEntity as public;
        originalEntityUsesDefaultStorage as public;
        getEntitySections as public;
    }

}

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