Skip to main content

GFSelectColumns

Class GFSelectColumns

Handles the changing of what columns are shown on the Entry page

Since: Unknown

Source: select_columns.php:26

Details

  • Kind: class
  • Namespace: (global)

Methods

MethodDescription
select_columns_page()Renders the column selection page.
get_selectable_entry_meta()Adds the entry meta to the Form object.

Method Reference

select_columns_page()

public static function select_columns_page()

Renders the column selection page.

Returns

  • void

Since: Unknown

Source: select_columns.php:44

get_selectable_entry_meta()

public static function get_selectable_entry_meta( $form )

Adds the entry meta to the Form object.

Parameters

NameTypeDefaultDescription
$formarrayThe Form object.

Returns

  • array — $form The Form object.

Since: Unknown

Source: select_columns.php:298