x\panel\type\void()

Standard control panel definition.

Table of Contents
  1. Description
  2. Example

Description

x\panel\type\void(array $_ = []): array;

Returns the standard control panel definition with no file system interaction.

Example

The returned data in the example below must be having a type property with a value of 'void':

$_ = x\panel\type\void();

test($_['type']); // Returns `'void'`
Default
Example 1
Example 2

x\panel\type\void()

Standard control panel definition.