StubPluginBase.php

Namespace

Drupal\Tests\Component\Plugin

File

core/tests/Drupal/Tests/Component/Plugin/StubPluginBase.php

View source
<?php

declare (strict_types=1);
namespace Drupal\Tests\Component\Plugin;

use Drupal\Component\Plugin\PluginBase;

/**
 * A class extending PluginBase for testing purposes.
 */
class StubPluginBase extends PluginBase {

}

Classes

Title Deprecated Summary
StubPluginBase A class extending PluginBase for testing purposes.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.