You are here

public function PatternSourceInterface::getSourceFields in UI Patterns 8

Return list of source fields.

Return value

\Drupal\ui_patterns\Definition\PatternSourceField[] List of source fields.

5 methods override PatternSourceInterface::getSourceFields()
DsFieldSource::getSourceFields in modules/ui_patterns_ds/src/Plugin/UiPatterns/Source/DsFieldSource.php
Return list of source fields.
DsFieldTemplateSource::getSourceFields in modules/ui_patterns_ds/src/Plugin/UiPatterns/Source/DsFieldTemplateSource.php
Return list of source fields.
FieldSource::getSourceFields in src/Plugin/UiPatterns/Source/FieldSource.php
Return list of source fields.
TestSource::getSourceFields in tests/modules/ui_patterns_field_source_test/src/Plugin/UiPatterns/Source/TestSource.php
Return list of source fields.
ViewsRowSource::getSourceFields in modules/ui_patterns_views/src/Plugin/UiPatterns/Source/ViewsRowSource.php
Return list of source fields.

File

src/Plugin/PatternSourceInterface.php, line 29

Class

PatternSourceInterface
Defines an interface for UI Patterns Source plugins.

Namespace

Drupal\ui_patterns\Plugin

Code

public function getSourceFields();