8fb7c407e4944885bcb47b6621be60fd292eda79
[yaffs-website] / MockTestBlock.php
1 <?php
2
3 namespace Drupal\plugin_test\Plugin\plugin_test\mock_block;
4
5 use Drupal\Component\Plugin\PluginBase;
6
7 /**
8  * Mock implementation of a test block plugin used by Plugin API unit tests.
9  *
10  * @see \Drupal\plugin_test\Plugin\DefaultsTestPluginManager
11  */
12 class MockTestBlock extends PluginBase {
13
14 }