Yaffs site version 1.1
[yaffs-website] / web / modules / contrib / blazy / tests / modules / blazy_test / src / BlazySkinTestInterface.php
diff --git a/web/modules/contrib/blazy/tests/modules/blazy_test/src/BlazySkinTestInterface.php b/web/modules/contrib/blazy/tests/modules/blazy_test/src/BlazySkinTestInterface.php
new file mode 100644 (file)
index 0000000..9f7ee9d
--- /dev/null
@@ -0,0 +1,22 @@
+<?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();
+
+}