PageComponents extends Block
This class allows us to display the page title, local task tabs, local actions links, and messages in a block.
Hierarchy
- class LayoutHandler
- class Block
- class PageComponents
- class Block
Expanded class hierarchy of PageComponents
File
- core/
modules/ system/ block.page_components.inc, line 9
Members
Name | Modifiers | Type | Description |
---|---|---|---|
Block:: |
function | Check if this block should be shown based on current contexts. | |
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 a preview for this block. | |
Block:: |
function | Return the block info for this block, as provided by hook_block_info(). | |
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 | Return the title of a block as configured in the layout. | |
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:: |
|
LayoutHandler:: |
function | Assemble a human-readable label of this object. | |
PageComponents:: |
protected | property | |
PageComponents:: |
function |
Build the settings form for editing this block. Overrides Block:: |
|
PageComponents:: |
function |
Submit handler to save the form settings. Overrides Block:: |
|
PageComponents:: |
function |
Return an administrative title that will always have a value. Overrides Block:: |
|
PageComponents:: |
function |
Allows an array of "child blocks" for display in the "Add Block" dialog. Overrides Block:: |
|
PageComponents:: |
function |
Return the content of a block. Overrides Block:: |
|
PageComponents:: |
function | Special function for PageComponents. Sets the page title to be used. | |
PageComponents:: |
function |
Create a new Block object. Overrides Block:: |