Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Public Member Functions
LayoutProcessorInterface Interface Reference
Inheritance diagram for LayoutProcessorInterface:
CartTotalsProcessor LayoutProcessor DirectoryDataProcessor LayoutProcessor TotalsProcessor

Public Member Functions

 process ($jsLayout)
 

Detailed Description

Layout processor interface.

Can be used to provide a custom logic for checkout JS layout preparation.

See also
\Magento\Checkout\Block\Onepage

@api

Since
100.0.2

Definition at line 18 of file LayoutProcessorInterface.php.

Member Function Documentation

◆ process()

process (   $jsLayout)

Process js Layout of block

Parameters
array$jsLayout
Returns
array

Implemented in LayoutProcessor, LayoutProcessor, DirectoryDataProcessor, CartTotalsProcessor, and TotalsProcessor.


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