interface TestBlockPluginWithRefinableDependentAccessInterface in Drupal 10
Same name and namespace in other branches
- 8 core/modules/layout_builder/tests/src/Unit/BlockComponentRenderArrayTest.php \Drupal\Tests\layout_builder\Unit\TestBlockPluginWithRefinableDependentAccessInterface
- 9 core/modules/layout_builder/tests/src/Unit/BlockComponentRenderArrayTest.php \Drupal\Tests\layout_builder\Unit\TestBlockPluginWithRefinableDependentAccessInterface
Test interface for dependent access block plugins.
Hierarchy
- interface \Drupal\Core\Block\BlockPluginInterface; interface \Drupal\block_content\Access\RefinableDependentAccessInterface
- interface \Drupal\Tests\layout_builder\Unit\TestBlockPluginWithRefinableDependentAccessInterface
Expanded class hierarchy of TestBlockPluginWithRefinableDependentAccessInterface
All classes that implement TestBlockPluginWithRefinableDependentAccessInterface
File
- core/
modules/ layout_builder/ tests/ src/ Unit/ BlockComponentRenderArrayTest.php, line 528
Namespace
Drupal\Tests\layout_builder\UnitView source
interface TestBlockPluginWithRefinableDependentAccessInterface extends BlockPluginInterface, RefinableDependentAccessInterface {
}