BlockEditorJsonProcessor
in package
implements
JsonNodeProcessorInterface
ブロックエディタ用JSONノードプロセッサー
Table of Contents
Interfaces
- JsonNodeProcessorInterface
- JSONノード処理の戦略インターフェース
Properties
Methods
- __construct() : mixed
- getTargetUnitType() : string
- 処理対象のユニットタイプを取得
- process() : array<string, mixed>
- ノードを処理する
Properties
$helper
private
Helper
$helper
Methods
__construct()
public
__construct() : mixed
getTargetUnitType()
処理対象のユニットタイプを取得
public
getTargetUnitType() : string
Tags
Return values
stringprocess()
ノードを処理する
public
process(array<string|int, mixed> $node) : array<string, mixed>
Parameters
- $node : array<string|int, mixed>