interface YamlPatternsDeriverInterface in UI Patterns 8
Interface YamlPatternsDeriverInterface.
@package Drupal\ui_patterns\Plugin\Deriver
Hierarchy
- interface \Drupal\ui_patterns\Plugin\Deriver\PatternsDeriverInterface
- interface \Drupal\ui_patterns\Plugin\Deriver\YamlPatternsDeriverInterface
Expanded class hierarchy of YamlPatternsDeriverInterface
All classes that implement YamlPatternsDeriverInterface
File
- src/
Plugin/ Deriver/ YamlPatternsDeriverInterface.php, line 10
Namespace
Drupal\ui_patterns\Plugin\DeriverView source
interface YamlPatternsDeriverInterface extends PatternsDeriverInterface {
/**
* Get list of possible yaml definition file extensions.
*
* @return string[]
* List of allowed file extensions.
*/
public function getFileExtensions();
/**
* Wrapper method for global function call.
*
* @see file.inc
*/
public function fileScanDirectory($directory);
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
PatternsDeriverInterface:: |
public | function | Get pattern definition objects. | 1 |
YamlPatternsDeriverInterface:: |
public | function | Wrapper method for global function call. | 1 |
YamlPatternsDeriverInterface:: |
public | function | Get list of possible yaml definition file extensions. | 1 |