function TestPluginBase::__construct

Same name and namespace in other branches
  1. 9 core/modules/views/tests/src/Kernel/Plugin/PluginBaseTest.php \Drupal\Tests\views\Kernel\Plugin\TestPluginBase::__construct()
  2. 10 core/modules/views/tests/src/Kernel/Plugin/PluginBaseTest.php \Drupal\Tests\views\Kernel\Plugin\TestPluginBase::__construct()
  3. 11.x core/modules/views/tests/src/Kernel/Plugin/PluginBaseTest.php \Drupal\Tests\views\Kernel\Plugin\TestPluginBase::__construct()

Overrides PluginBase::__construct

File

core/modules/views/tests/src/Kernel/Plugin/PluginBaseTest.php, line 87

Class

TestPluginBase
Helper class for using the PluginBase abstract class.

Namespace

Drupal\Tests\views\Kernel\Plugin

Code

public function __construct() {
    parent::__construct([], '', []);
}

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