You are here

interface FormatAddonsNameInterface in Views Slideshow 8.4

Provides a class for CRUD operations on path aliases.

Hierarchy

Expanded class hierarchy of FormatAddonsNameInterface

All classes that implement FormatAddonsNameInterface

File

src/FormatAddonsNameInterface.php, line 8

Namespace

Drupal\views_slideshow
View source
interface FormatAddonsNameInterface {

  /**
   * Format callback manipulate addons names.
   */
  public function format($subject);

}

Members

Namesort descending Modifiers Type Description Overrides
FormatAddonsNameInterface::format public function Format callback manipulate addons names. 1