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.

Internal

Subject to change until v15 LTS

Table of Contents

Interfaces

JsonSerializable

Properties

$module  : string
$params  : array<string|int, mixed>

Methods

__construct()  : mixed
jsonSerialize()  : array<string|int, mixed>

Properties

$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>
Return values
array<string|int, mixed>

        
On this page

Search results