Columns extends Step Uses Columns_Aware

The columns step handles the setup of columns of the table.

Tags

Table of Contents

$id  : mixed
get_data()  : mixed
{@inheritdoc}
get_fields_list()  : array<string|int, mixed>
List of fields for the step.
init()  : mixed
Get things started.
save_data()  : mixed
{@inheritdoc}
get_default_columns()  : array<string|int, mixed>
Get a formatted list of default columns for the react component.

Properties

$id

public mixed $id = 'columns'
Tags

Methods

get_data()

{@inheritdoc}

public get_data(mixed $request) : mixed
Parameters
$request : mixed
Tags
Return values
mixed

get_fields_list()

List of fields for the step.

public get_fields_list() : array<string|int, mixed>
Tags
Return values
array<string|int, mixed>

init()

Get things started.

public init() : mixed
Tags
Return values
mixed

save_data()

{@inheritdoc}

public save_data(mixed $request) : mixed
Parameters
$request : mixed
Tags
Return values
mixed

get_default_columns()

Get a formatted list of default columns for the react component.

private get_default_columns([bool|string $content_type = false ]) : array<string|int, mixed>
Parameters
$content_type : bool|string = false
Tags
Return values
array<string|int, mixed>

Search results