BreadcrumbNodeRoute implements JsonSerializable
Read onlyYes
    FinalYes
Represents routing information for a breadcrumb node.
Defines where clicking on a breadcrumb node should navigate to, including the target module and any required parameters.
Subject to change until v15 LTS
Table of Contents
Interfaces
- JsonSerializable
Properties
Methods
- __construct() : mixed
- jsonSerialize() : array<string|int, mixed>
Properties
$module
        public
            string
    $module
    
    
    
    
    
    
$params
        public
            array<string|int, mixed>
    $params
    
    
    
    
    
    
Methods
__construct()
    public
                    __construct(string $module, array<string|int, mixed> $params) : mixed
    Parameters
- $module : string
- 
                    Backend module identifier (e.g., 'web_layout', 'web_info', 'media_management') 
- $params : array<string|int, mixed>
- 
                    Additional parameters passed to the module (e.g., ['id' => '42'] for page ID, ['id' => '1:/images/'] for storage path) 
jsonSerialize()
    public
                    jsonSerialize() : array<string|int, mixed>