BlazySkinTest.php in Blazy 8
Namespace
Drupal\blazy_testFile
tests/modules/blazy_test/src/BlazySkinTest.phpView source
<?php
namespace Drupal\blazy_test;
/**
* Implements BlazySkinTestInterface.
*/
class BlazySkinTest implements BlazySkinTestInterface {
/**
* {@inheritdoc}
*/
public function skins() {
return [
'default' => [
'name' => 'Default',
'provider' => 'blazy_test',
],
];
}
/**
* {@inheritdoc}
*/
public function features() {
return [
'default' => [
'name' => 'Default',
'provider' => 'blazy_test',
],
];
}
}
Classes
Name | Description |
---|---|
BlazySkinTest | Implements BlazySkinTestInterface. |