Font
Table of Contents
Methods
- processing() : void
- Processing fonts in the block content.
- processingLanding() : void
- Processing entire landing.
- view() : void
- Shows fonts on the block output.
Methods
processing()
Processing fonts in the block content.
public
static processing(Block $block) : void
Parameters
- $block : Block
-
Block instance.
processingLanding()
Processing entire landing.
public
static processingLanding(int $landingId) : void
Parameters
- $landingId : int
-
Landing id.
view()
Shows fonts on the block output.
public
static view(Block $block) : void
Parameters
- $block : Block
-
Block instance.