PathPluginBaseStub.php
Namespace
Drupal\Tests\views\Unit\Plugin\displayFile
-
core/
modules/ views/ tests/ src/ Unit/ Plugin/ display/ PathPluginBaseStub.php
View source
<?php
declare (strict_types=1);
namespace Drupal\Tests\views\Unit\Plugin\display;
use Drupal\views\Plugin\views\display\PathPluginBase;
/**
* Provides a basic class extending PathPluginBase for testing.
*/
class PathPluginBaseStub extends PathPluginBase {
}
Classes
| Title | Deprecated | Summary |
|---|---|---|
| PathPluginBaseStub | Provides a basic class extending PathPluginBase for testing. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.