You are here

interface TestBlockPluginWithRefinableDependentAccessInterface in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/layout_builder/tests/src/Unit/BlockComponentRenderArrayTest.php \Drupal\Tests\layout_builder\Unit\TestBlockPluginWithRefinableDependentAccessInterface
  2. 9 core/modules/layout_builder/tests/src/Unit/BlockComponentRenderArrayTest.php \Drupal\Tests\layout_builder\Unit\TestBlockPluginWithRefinableDependentAccessInterface

Test interface for dependent access block plugins.

Hierarchy

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\Unit
View source
interface TestBlockPluginWithRefinableDependentAccessInterface extends BlockPluginInterface, RefinableDependentAccessInterface {

}

Members