@file

Dashboard block displaying information about user accounts, including:

  • number of total user accounts.
  • number of active user accounts.
  • number of blocked user accounts.
  • number of users in each role.

Hierarchy

Expanded class hierarchy of DashboardOverviewUserBlock

File

core/modules/dashboard/includes/block.overview_user.inc, line 11
Dashboard block displaying information about user accounts, including:

Members

Contains filters are case sensitive
Name Modifiers Type Descriptionsort descending
Block::getChildren function Allows an array of "child blocks" for display in the "Add Block" dialog.
LayoutHandler::label function Assemble a human-readable label of this object.
DashboardOverviewUserBlock::form function Build the settings form for editing this block. Overrides Block::form
Block::checkAccess function Check if this block should be shown based on current contexts.
Block::getClone function Clone this block to give it a new UUID but the same configuration.
Block::toArray function Convert the configuration of this block to an array for storage. Overrides LayoutHandler::toArray
DashboardOverviewUserBlock::__construct function Create a new Block object. Overrides Block::__construct
Block::prepare function Do any processing prior to getTitle() and getContent() being called.
Block::getRequiredContexts function Get a list of all required context plugin names for this block.
Block::getAdminConditionsPreview function Return a fieldset listing any visibility conditions set for this block.
DashboardOverviewUserBlock::getAdminPreview function Return a preview for this block. Overrides Block::getAdminPreview
DashboardOverviewUserBlock::getAdminTitle function Return an administrative title that will always have a value. Overrides Block::getAdminTitle
Block::getBlockInfo function Return the block info for this block, as provided by hook_block_info().
DashboardOverviewUserBlock::getContent function Return the content of a block. Overrides Block::getContent
DashboardOverviewUserBlock::getTitle function Return the title of a block as configured in the layout. Overrides Block::getTitle
Block::setContexts function Set the contexts for this block.
DashboardOverviewUserBlock::formSubmit function Submit handler to save the form settings. Overrides Block::formSubmit
Block::formValidate function Validate handler to validate the form settings.