Mercurial > hg > isophonics-drupal-site
annotate modules/contrib/views_slideshow/src/FormatAddonsNameInterface.php @ 7:848c88cfe644
More layout
author | Chris Cannam |
---|---|
date | Fri, 05 Jan 2018 13:59:44 +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 } |