system-modules-uninstall.html.twig

Theme override for the modules uninstall page. Available variables: form: The modules uninstall form. modules: Contains multiple module instances. Each module contains: attributes: Attributes on the row. module_name: The name of the module. checkbox: A checkbox for uninstalling the module. checkbox_id: A unique identifier for interacting with the checkbox element. name: The human-readable name of the module. description: The description of the module. disabled_reasons: (optional) A lis

system-themes-page.html.twig

Default theme implementation for the Appearance page. Available variables: attributes: HTML attributes for the main container. theme_groups: A list of theme groups. Each theme group contains: attributes: HTML attributes specific to this theme group. title: Title for the theme group. state: State of the theme group, e.g. installed or uninstalled. themes: A list of themes within the theme group. Each theme contains: attributes: HTML attributes specific to this theme. screenshot: A screens

system.admin.inc

Admin page callbacks for the system module. File core/modules/system/system.admin.inc Functions Name Description template_preprocess_admin_block_content Prepares variables for administrative content block templates. template_preprocess_admin_page Prepares variables for administrative index page templates. template_preprocess_status_report Prepares variables for status report template. template_preprocess_system_admin_index Prepares variables for admin index templates. te

system-config-form.html.twig

Default theme implementation for a system settings form. This template will be used when a system config form specifies 'config_form' as its #theme callback. Otherwise, by default, system config forms will be themed by form.html.twig. This does not alter the appearance of a form at all, but is provided as a convenience for themers. Available variables: form: The confirm form. File core/modules/system/templates/system-config-form.html.twig Related topics Theme system overview Functions and

SysLog::__construct

public SysLog::__construct(ConfigFactoryInterface $config_factory, LogMessageParserInterface $parser) Constructs a SysLog object. Parameters \Drupal\Core\Config\ConfigFactoryInterface $config_factory: The configuration factory object. \Drupal\Core\Logger\LogMessageParserInterface $parser: The parser to use when extracting message variables. File core/modules/syslog/src/Logger/SysLog.php, line 45 Class SysLog Redirects logging messages to syslog. Namespace Drupal\syslog\Logger Code pub

system-modules-details.html.twig

Theme override for the modules listing page. Displays a list of all packages in a project. Available variables: modules: Contains multiple module instances. Each module contains: attributes: Attributes on the row. checkbox: A checkbox for enabling the module. name: The human-readable name of the module. id: A unique identifier for interacting with the details element. enable_id: A unique identifier for interacting with the checkbox element. description: The description of the module. ma

system-modules-uninstall.html.twig

Default theme implementation for the modules uninstall page. Available variables: form: The modules uninstall form. modules: Contains multiple module instances. Each module contains: attributes: Attributes on the row. module_name: The name of the module. checkbox: A checkbox for uninstalling the module. checkbox_id: A unique identifier for interacting with the checkbox element. name: The human-readable name of the module. description: The description of the module. disabled_reasons: (o

system-modules-details.html.twig

Default theme implementation for the modules listing page. Displays a list of all packages in a project. Available variables: modules: Contains multiple module instances. Each module contains: attributes: Attributes on the row. checkbox: A checkbox for enabling the module. name: The human-readable name of the module. id: A unique identifier for interacting with the details element. enable_id: A unique identifier for interacting with the checkbox element. description: The description of t

system-admin-index.html.twig

Default theme implementation for the admin index page. Available variables: system_compact_link: Themed link to toggle compact view. containers: A list of administrative containers keyed by position: left or right. Each container in the list contains: blocks: A list of administrative blocks, rendered through admin-block.html.twig. See also template_preprocess_system_admin_index() File core/modules/system/templates/system-admin-index.html.twig Related topics Theme system overview Funct

SysLog::$parser

The message's placeholders parser. Type: \Drupal\Core\Logger\LogMessageParserInterface File core/modules/syslog/src/Logger/SysLog.php, line 28 Class SysLog Redirects logging messages to syslog. Namespace Drupal\syslog\Logger Code protected $parser;