You are here

public function BlazyAdminTest::manager in Blazy 8.2

Same name and namespace in other branches
  1. 8 tests/modules/blazy_test/src/Form/BlazyAdminTest.php \Drupal\blazy_test\Form\BlazyAdminTest::manager()

Returns the blazy_test manager.

File

tests/modules/blazy_test/src/Form/BlazyAdminTest.php, line 56

Class

BlazyAdminTest
Provides resusable admin functions or form elements.

Namespace

Drupal\blazy_test\Form

Code

public function manager() {
  return $this->manager;
}