@file Base classes used by all Layout handlers.

All layout handlers have some things in common, including the name of the plugin itself, and any settings affiliated with that handler.

Hierarchy

Expanded class hierarchy of LayoutHandler

File

core/modules/layout/includes/layout_handler.class.inc, line 9
Base classes used by all Layout handlers.

Members

Contains filters are case sensitive
Namesort descending Modifiers Type Description
LayoutHandler::label function Assemble a human-readable label of this object.
LayoutHandler::toArray function Convert this object's properties to an array.
LayoutHandler::__construct function