You are here

public function YamlPatternsDeriverInterface::getFileExtensions in UI Patterns 8

Get list of possible yaml definition file extensions.

Return value

string[] List of allowed file extensions.

1 call to YamlPatternsDeriverInterface::getFileExtensions()
AbstractYamlPatternsDeriver::fileScanDirectory in src/Plugin/Deriver/AbstractYamlPatternsDeriver.php
Wrapper method for global function call.
1 method overrides YamlPatternsDeriverInterface::getFileExtensions()
LibraryDeriver::getFileExtensions in modules/ui_patterns_library/src/Plugin/Deriver/LibraryDeriver.php
Get list of possible yaml definition file extensions.

File

src/Plugin/Deriver/YamlPatternsDeriverInterface.php, line 18

Class

YamlPatternsDeriverInterface
Interface YamlPatternsDeriverInterface.

Namespace

Drupal\ui_patterns\Plugin\Deriver

Code

public function getFileExtensions();