Same name in other branches
- 8.x-4.x src/FormatAddonsNameInterface.php \Drupal\views_slideshow\FormatAddonsNameInterface
Provides a class for CRUD operations on path aliases.
Hierarchy
- interface \Drupal\views_slideshow\FormatAddonsNameInterface
Expanded class hierarchy of FormatAddonsNameInterface
All classes that implement FormatAddonsNameInterface
File
-
src/
FormatAddonsNameInterface.php, line 8
Namespace
Drupal\views_slideshowView source
interface FormatAddonsNameInterface {
/**
* Format callback manipulate addons names.
*/
public function format($subject);
}
Members
Title Sort descending | Modifiers | Object type | Summary | Overrides |
---|---|---|---|---|
FormatAddonsNameInterface::format | public | function | Format callback manipulate addons names. | 1 |