x\panel\type\pages()
Standard control panel definition.
Table of Contents
Description
x\panel\type\pages(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 'pages':
$_ = x\panel\type\pages();
test($_['type']); // Returns `'pages'`
x\panel\type\pages\page()
Standard control panel definition.
x\panel\type\pages\user()
Standard control panel definition.
x\panel\type\pages\x()
Standard control panel definition.
x\panel\type\pages\y()
Standard control panel definition.