MockTestBlock.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/MockTestBlock.phpView source
<?php
namespace Drupal\plugin_test\Plugin\plugin_test\mock_block;
use Drupal\Component\Plugin\PluginBase;
/**
* Mock implementation of a test block plugin used by Plugin API unit tests.
*
* @see \Drupal\plugin_test\Plugin\DefaultsTestPluginManager
*/
class MockTestBlock extends PluginBase {
}
Classes
Name | Description |
---|---|
MockTestBlock | Mock implementation of a test block plugin used by Plugin API unit tests. |