You are here

MockTestBlock.php in Drupal 8

File

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

Namesort descending Description
MockTestBlock Mock implementation of a test block plugin used by Plugin API unit tests.