StubPluginManagerBase.php

Namespace

Drupal\Tests\Component\Plugin

File

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

View source
<?php

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

use Drupal\Component\Plugin\PluginManagerBase;

/**
 * A class extending PluginManagerBase for testing purposes.
 */
class StubPluginManagerBase extends PluginManagerBase {

}

Classes

Title Deprecated Summary
StubPluginManagerBase A class extending PluginManagerBase for testing purposes.

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