You are here

BlazySkinTestInterface.php in Blazy 8

Namespace

Drupal\blazy_test

File

tests/modules/blazy_test/src/BlazySkinTestInterface.php
View source
<?php

namespace Drupal\blazy_test;


/**
 * Provides an interface defining BlazyTest skins.
 *
 * The hook_hook_info() is deprecated, and no resolution by 1/16/16:
 *   #2233261: Deprecate hook_hook_info()
 *     Postponed till D9
 */
interface BlazySkinTestInterface {

  /**
   * Returns the dummy BlazyTest skins.
   *
   * @return array
   *   The array of the skins.
   */
  public function skins();

}

Interfaces

Namesort descending Description
BlazySkinTestInterface Provides an interface defining BlazyTest skins.