interface FieldTemplateProcessorInterface in UI Patterns 8
Interface FieldTemplateProcessorInterface.
@package Drupal\ui_patterns_ds
Hierarchy
- interface \Drupal\ui_patterns_ds\FieldTemplateProcessorInterface
Expanded class hierarchy of FieldTemplateProcessorInterface
All classes that implement FieldTemplateProcessorInterface
File
- modules/
ui_patterns_ds/ src/ FieldTemplateProcessorInterface.php, line 10
Namespace
Drupal\ui_patterns_dsView source
interface FieldTemplateProcessorInterface {
/**
* Process field template variables.
*
* @param array $variables
* Variables array.
*
* @see template_preprocess_field__pattern_ds_field_template()
*/
public function process(array &$variables);
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
FieldTemplateProcessorInterface:: |
public | function | Process field template variables. | 1 |