MockLayoutBlock.php in Drupal 8
Same filename and directory in other branches
File
core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/mock_block/MockLayoutBlock.phpView 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
Name | Description |
---|---|
MockLayoutBlock | Mock implementation of a layout block plugin used by Plugin API unit tests. |