You are here

public function BlazySkinTest::features in Blazy 8

File

tests/modules/blazy_test/src/BlazySkinTest.php, line 25

Class

BlazySkinTest
Implements BlazySkinTestInterface.

Namespace

Drupal\blazy_test

Code

public function features() {
  return [
    'default' => [
      'name' => 'Default',
      'provider' => 'blazy_test',
    ],
  ];
}