MockTestBlock.php
Same filename in other branches
- 9 core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/mock_block/MockTestBlock.php
- 8.9.x core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/mock_block/MockTestBlock.php
- 11.x core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/mock_block/MockTestBlock.php
Namespace
Drupal\plugin_test\Plugin\plugin_test\mock_blockFile
-
core/
modules/ system/ tests/ modules/ plugin_test/ src/ Plugin/ plugin_test/ mock_block/ MockTestBlock.php
View 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
Title | Deprecated | Summary |
---|---|---|
MockTestBlock | Mock implementation of a test 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.