class MockLayoutBlock
Same name in other branches
- 9 core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/mock_block/MockLayoutBlock.php \Drupal\plugin_test\Plugin\plugin_test\mock_block\MockLayoutBlock
- 8.9.x core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/mock_block/MockLayoutBlock.php \Drupal\plugin_test\Plugin\plugin_test\mock_block\MockLayoutBlock
- 11.x core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/mock_block/MockLayoutBlock.php \Drupal\plugin_test\Plugin\plugin_test\mock_block\MockLayoutBlock
Mock implementation of a layout block plugin used by Plugin API unit tests.
No implementation here as there are no tests for this yet.
Hierarchy
- class \Drupal\Component\Plugin\PluginBase implements \Drupal\Component\Plugin\PluginInspectionInterface, \Drupal\Component\Plugin\DerivativeInspectionInterface
- class \Drupal\plugin_test\Plugin\plugin_test\mock_block\MockLayoutBlock extends \Drupal\Component\Plugin\PluginBase
Expanded class hierarchy of MockLayoutBlock
See also
\Drupal\plugin_test\Plugin\MockBlockManager
\Drupal\plugin_test\Plugin\plugin_test\mock_block\MockUserLoginBlock
\Drupal\plugin_test\Plugin\plugin_test\mock_block\MockMenuBlock
File
-
core/
modules/ system/ tests/ modules/ plugin_test/ src/ Plugin/ plugin_test/ mock_block/ MockLayoutBlock.php, line 16
Namespace
Drupal\plugin_test\Plugin\plugin_test\mock_blockView source
class MockLayoutBlock extends PluginBase {
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.