AdditionalCssInterface

In case a widget should provide additional CSS files, the widget must implement this interface.

Table of Contents

Methods

getCssFiles()  : array<string|int, mixed>
This method returns an array with paths to required CSS files.

Methods

getCssFiles()

This method returns an array with paths to required CSS files.

public getCssFiles() : array<string|int, mixed>

e.g. ['EXT:myext/Resources/Public/Css/my_widget.css']

Return values
array<string|int, mixed>

        
On this page

Search results