Interim commit.
[yaffs-website] / web / modules / contrib / blazy / tests / modules / blazy_test / src / BlazySkinTestInterface.php
1 <?php
2
3 namespace Drupal\blazy_test;
4
5 /**
6  * Provides an interface defining BlazyTest skins.
7  *
8  * The hook_hook_info() is deprecated, and no resolution by 1/16/16:
9  *   #2233261: Deprecate hook_hook_info()
10  *     Postponed till D9
11  */
12 interface BlazySkinTestInterface {
13
14   /**
15    * Returns the dummy BlazyTest skins.
16    *
17    * @return array
18    *   The array of the skins.
19    */
20   public function skins();
21
22 }