interface Plugin (View source)

Methods

string
getName()

No description

string
getTranslatedText(string $text)

Returns locale string for $text or $text if no locale is found

static bool
isAvailable()

No description

Details

string getName()

No description

Return Value

string

PluginPropertyItem getProperties()

No description

Return Value

PluginPropertyItem

string getTranslatedText(string $text)

Returns locale string for $text or $text if no locale is found

Parameters

string $text

Return Value

string

static bool isAvailable()

No description

Return Value

bool