You are here

public static function BlazyAdminTest::create in Blazy 8

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

File

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

Class

BlazyAdminTest
Provides resusable admin functions or form elements.

Namespace

Drupal\blazy_test\Form

Code

public static function create(ContainerInterface $container) {
  return new static($container
    ->get('blazy.admin.extended'), $container
    ->get('blazy.manager'));
}