MockLayoutBlock.php
Same filename in other branches
- 9 core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/mock_block/MockLayoutBlock.php
- 10 core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/mock_block/MockLayoutBlock.php
- 11.x core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/mock_block/MockLayoutBlock.php
Namespace
Drupal\plugin_test\Plugin\plugin_test\mock_blockFile
-
core/
modules/ system/ tests/ modules/ plugin_test/ src/ Plugin/ plugin_test/ mock_block/ MockLayoutBlock.php
View source
<?php
namespace Drupal\plugin_test\Plugin\plugin_test\mock_block;
use Drupal\Component\Plugin\PluginBase;
/**
* Mock implementation of a layout block plugin used by Plugin API unit tests.
*
* No implementation here as there are no tests for this yet.
*
* @see \Drupal\plugin_test\Plugin\MockBlockManager
* @see \Drupal\plugin_test\Plugin\plugin_test\mock_block\MockUserLoginBlock
* @see \Drupal\plugin_test\Plugin\plugin_test\mock_block\MockMenuBlock
*/
class MockLayoutBlock extends PluginBase {
}
Classes
Title | Deprecated | Summary |
---|---|---|
MockLayoutBlock | Mock implementation of a layout block plugin used by Plugin API unit tests. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.