interface FormatAddonsNameInterface in Views Slideshow 8.4
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
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
FormatAddonsNameInterface:: |
public | function | Format callback manipulate addons names. | 1 |