Mercurial > hg > isophonics-drupal-site
annotate modules/contrib/views_slideshow/src/FormatAddonsNameInterface.php @ 9:1fc0ff908d1f
Add another data file
author | Chris Cannam |
---|---|
date | Mon, 05 Feb 2018 12:34:32 +0000 |
parents | c69a71b4f40f |
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 } |