You are here

public function Jw_playerInterface::settingsDisplay in JW Player 8

Helper function to display JW Player preset settings.

Parameters

string $format (optional): Whether the preset settings are returned as an 'array' or formatted 'string'.

Return value

array|string The preset settings stored in an array or as an imploded string for rendering.

1 method overrides Jw_playerInterface::settingsDisplay()
Jw_player::settingsDisplay in src/Entity/Jw_player.php
Helper function to display JW Player preset settings.

File

src/Jw_playerInterface.php, line 45

Class

Jw_playerInterface
Provides an interface defining a Example entity.

Namespace

Drupal\jw_player

Code

public function settingsDisplay($format = 'string');