A class used for blocks when their providing module or delta does not exist.
Hierarchy
- class LayoutHandler
- class Block
- class BlockBroken
- class Block
Expanded class hierarchy of BlockBroken
File
- core/
modules/ layout/ includes/ block.class.inc, line 434 - A class that wraps around a block to store settings information.
Members
Name | Modifiers | Type | Description |
---|---|---|---|
Block:: |
function | Build the settings form for editing this block. | |
Block:: |
function | Submit handler to save the form settings. | |
Block:: |
function | Validate handler to validate the form settings. | |
Block:: |
function | Return a fieldset listing any visibility conditions set for this block. | |
Block:: |
function | Return the block info for this block, as provided by hook_block_info(). | |
Block:: |
function | Allows an array of "child blocks" for display in the "Add Block" dialog. | |
Block:: |
function | Clone this block to give it a new UUID but the same configuration. | |
Block:: |
function | Get a list of all required context plugin names for this block. | |
Block:: |
function | Do any processing prior to getTitle() and getContent() being called. | |
Block:: |
function | Set the contexts for this block. | |
Block:: |
function |
Convert the configuration of this block to an array for storage. Overrides LayoutHandler:: |
|
Block:: |
function |
Create a new Block object. Overrides LayoutHandler:: |
|
BlockBroken:: |
function |
Overrides Block:: |
|
BlockBroken:: |
function |
Overrides Block:: |
|
BlockBroken:: |
function |
Overrides Block:: |
|
BlockBroken:: |
function |
Overrides Block:: |
|
BlockBroken:: |
function |
Overrides Block:: |
|
LayoutHandler:: |
function | Assemble a human-readable label of this object. |