StubControllerBase.php

Namespace

Drupal\Tests\Core\Controller

File

core/tests/Drupal/Tests/Core/Controller/StubControllerBase.php

View source
<?php

declare (strict_types=1);
namespace Drupal\Tests\Core\Controller;

use Drupal\Core\Controller\ControllerBase;

/**
 * Stubs ControllerBase.
 */
class StubControllerBase extends ControllerBase {

}

Classes

Title Deprecated Summary
StubControllerBase Stubs ControllerBase.

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