Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Public Member Functions
HandlerInterface Interface Reference
Inheritance diagram for HandlerInterface:
AttributeHandler ConcatHandler DefaultHandler

Public Member Functions

 prepareSql (SourceProviderInterface $source, $alias, $fieldInfo)
 

Detailed Description

@api Implement custom Handler

Since
100.0.2

Definition at line 14 of file HandlerInterface.php.

Member Function Documentation

◆ prepareSql()

prepareSql ( SourceProviderInterface  $source,
  $alias,
  $fieldInfo 
)

Prepare SQL for field and add it to collection

Parameters
SourceProviderInterface$source
string$alias
array$fieldInfo
Returns
void

Implemented in ConcatHandler, AttributeHandler, and DefaultHandler.


The documentation for this interface was generated from the following file: