Columns extends Step Uses Columns_Aware

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

Table of Contents

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

Methods

__construct()

Get things started.

public __construct([bool|object $plugin = false ]) : mixed
Parameters
$plugin : bool|object = false
Return values
mixed

get_data()

{@inheritdoc}

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

get_fields_list()

List of fields for the step.

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

save_data()

{@inheritdoc}

public save_data(mixed $request) : mixed
Parameters
$request : mixed
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
Return values
array<string|int, mixed>

Search results