Mercurial > hg > isophonics-drupal-site
annotate modules/contrib/views_slideshow/src/FormatAddonsNameInterface.php @ 5:c69a71b4f40f
Add slideshow module
author | Chris Cannam |
---|---|
date | Thu, 07 Dec 2017 14:46:23 +0000 |
parents | |
children |
rev | line source |
---|---|
Chris@5 | 1 <?php |
Chris@5 | 2 |
Chris@5 | 3 namespace Drupal\views_slideshow; |
Chris@5 | 4 |
Chris@5 | 5 /** |
Chris@5 | 6 * Provides a class for CRUD operations on path aliases. |
Chris@5 | 7 */ |
Chris@5 | 8 interface FormatAddonsNameInterface { |
Chris@5 | 9 |
Chris@5 | 10 /** |
Chris@5 | 11 * Format callback manipulate addons names. |
Chris@5 | 12 */ |
Chris@5 | 13 public function format($subject); |
Chris@5 | 14 |
Chris@5 | 15 } |