class TestLayoutEntityHelperTrait in Drupal 10
Same name and namespace in other branches
- 8 core/modules/layout_builder/tests/src/Kernel/LayoutEntityHelperTraitTest.php \Drupal\Tests\layout_builder\Kernel\TestLayoutEntityHelperTrait
- 9 core/modules/layout_builder/tests/src/Kernel/LayoutEntityHelperTraitTest.php \Drupal\Tests\layout_builder\Kernel\TestLayoutEntityHelperTrait
Test class using the trait.
Hierarchy
- class \Drupal\Tests\layout_builder\Kernel\TestLayoutEntityHelperTrait uses LayoutEntityHelperTrait
Expanded class hierarchy of TestLayoutEntityHelperTrait
File
- core/
modules/ layout_builder/ tests/ src/ Kernel/ LayoutEntityHelperTraitTest.php, line 252
Namespace
Drupal\Tests\layout_builder\KernelView source
class TestLayoutEntityHelperTrait {
use LayoutEntityHelperTrait {
getSectionStorageForEntity as public;
originalEntityUsesDefaultStorage as public;
getEntitySections as public;
}
}