class SlickExtrasSkin in Slick extras 8
Same name in this branch
- 8 src/SlickExtrasSkin.php \Drupal\slick_extras\SlickExtrasSkin
- 8 src/Plugin/slick/SlickExtrasSkin.php \Drupal\slick_extras\Plugin\slick\SlickExtrasSkin
Same name and namespace in other branches
- 7.3 src/SlickExtrasSkin.php \Drupal\slick_extras\SlickExtrasSkin
Implements SlickSkinInterface as registered via hook_slick_skins_info().
@todo deprecate and remove at slick:9.x-1.0, not slick:8.x-3.0.
Hierarchy
- class \Drupal\slick_extras\SlickExtrasSkin implements \Drupal\slick\SlickSkinInterface uses StringTranslationTrait, SlickExtrasSkinTrait
Expanded class hierarchy of SlickExtrasSkin
See also
https://www.drupal.org/node/3105648
File
- src/
SlickExtrasSkin.php, line 14
Namespace
Drupal\slick_extrasView source
class SlickExtrasSkin implements SlickSkinInterface {
use StringTranslationTrait;
use SlickExtrasSkinTrait;
/**
* {@inheritdoc}
*/
public function skins() {
return $this
->definedSkins();
}
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
SlickExtrasSkin:: |
public | function | ||
SlickExtrasSkinTrait:: |
protected | function | Sets the slick skins. | |
StringTranslationTrait:: |
protected | property | The string translation service. | 1 |
StringTranslationTrait:: |
protected | function | Formats a string containing a count of items. | |
StringTranslationTrait:: |
protected | function | Returns the number of plurals supported by a given language. | |
StringTranslationTrait:: |
protected | function | Gets the string translation service. | |
StringTranslationTrait:: |
public | function | Sets the string translation service to use. | 2 |
StringTranslationTrait:: |
protected | function | Translates a string to the current language or to a given language. |