@file Plugin to provide access control by the server HTTP response code.

Hierarchy

Expanded class hierarchy of HttpResponseCodeLayoutAccess

File

core/modules/layout/plugins/access/http_response_code_layout_access.inc, line 6
Plugin to provide access control by the server HTTP response code.

Members

Contains filters are case sensitive
Namesort descending Modifiers Type Description
HttpResponseCodeLayoutAccess::checkAccess public function Checks for access based on the available context. Overrides LayoutAccess::checkAccess
HttpResponseCodeLayoutAccess::form public function Settings form for configuring this access item. Overrides LayoutAccessNegatable::form
HttpResponseCodeLayoutAccess::summary public function Provides a human-readable summary of this access check's behavior. Overrides LayoutAccess::summary
LayoutAccess::formValidate function Validate handler for the settings form for this access item.
LayoutAccess::getRequiredContexts function Get a list of all context plugin names required for this access check.
LayoutAccess::setContexts function Sets the contexts for this item from the full list of layout contexts.
LayoutAccess::toArray function Convert this object's properties to an array. Overrides LayoutHandler::toArray
LayoutAccessNegatable::formSubmit function Submit handler for the settings form for this access item. Overrides LayoutAccess::formSubmit
LayoutAccessNegatable::__construct function Constructor for a Layout access rule. Overrides LayoutAccess::__construct
LayoutHandler::label function Assemble a human-readable label of this object.