You are here

public static function CacheFlushUICRUDAccessTest::create in CacheFlush 8

Class create method.

Parameters

\Symfony\Component\DependencyInjection\ContainerInterface $container: The container.

Return value

static The returned static form.

File

modules/cacheflush_ui/tests/src/Functional/CacheFlushUICRUDAccessTest.php, line 90

Class

CacheFlushUICRUDAccessTest
Test cacheflush UI access on links and interface.

Namespace

Drupal\cacheflush_ui\Tests

Code

public static function create(ContainerInterface $container) {
  return new static($container, $container
    ->get('router.builder'));
}