interface LayoutBuilderEnabledInterface (View source)

Provides methods for enabling and disabling Layout Builder.

Methods

bool
isLayoutBuilderEnabled()

Determines if Layout Builder is enabled.

$this
enableLayoutBuilder()

Enables the Layout Builder.

$this
disableLayoutBuilder()

Disables the Layout Builder.

Details

bool isLayoutBuilderEnabled()

Determines if Layout Builder is enabled.

Return Value

bool

TRUE if Layout Builder is enabled, FALSE otherwise.

$this enableLayoutBuilder()

Enables the Layout Builder.

Return Value

$this

$this disableLayoutBuilder()

Disables the Layout Builder.

Return Value

$this