Documentation

Gutenberg
in package
Uses UtilsProvider

Create gutenberg blocks with Server side rendering.

Table of Contents

Constants

ID_GALLERY  = RML_TD . '/gallery'

Properties

$me  : mixed

Methods

getInstance()  : Gutenberg
Get instance.
getPluginConstantPrefix()  : string
Get the prefix of this plugin so composer packages can dynamically build other constant values on it.
renderGallery()  : string
Render gallery in website.
__construct()  : mixed
Register Gutenberg block.

Constants

public mixed ID_GALLERY = RML_TD . '/gallery'

Properties

Methods

getPluginConstantPrefix()

Get the prefix of this plugin so composer packages can dynamically build other constant values on it.

public getPluginConstantPrefix() : string
Tags
codeCoverageIgnore

It only returns a string with the constant prefix

Return values
string

__construct()

Register Gutenberg block.

private __construct() : mixed

        
On this page

Search results