function TestPluginBase::__construct
Same name in other branches
- 9 core/modules/views/tests/src/Kernel/Plugin/PluginBaseTest.php \Drupal\Tests\views\Kernel\Plugin\TestPluginBase::__construct()
- 10 core/modules/views/tests/src/Kernel/Plugin/PluginBaseTest.php \Drupal\Tests\views\Kernel\Plugin\TestPluginBase::__construct()
- 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\PluginCode
public function __construct() {
parent::__construct([], '', []);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.