Skip to main content

GFEntryList

Source: entry_list.php:7

Details

  • Kind: class
  • Namespace: (global)

Methods

MethodDescription
redirect_on_restore()Catch a restore attempt before page load so we can redirect safely.
get_default_filter()Returns the default filter for the form ID specified in the URL. If no form ID is specified then the first form is used.
get_screen_options_markup()Returns the markup for the screen options.
get_screen_options_values()Returns the values for the user-specific screen options. If not saved by the current user, the default values are returned.

Method Reference

redirect_on_restore()

public static function redirect_on_restore()

Catch a restore attempt before page load so we can redirect safely.

Since: 2.5 (return void)

Source: entry_list.php:16

get_default_filter()

public static function get_default_filter()

Returns the default filter for the form ID specified in the URL. If no form ID is specified then the first form is used.

Returns

  • string

Since: 2.0

Source: entry_list.php:128

get_screen_options_markup()

public static function get_screen_options_markup( $status, $args )

Returns the markup for the screen options.

Parameters

NameTypeDefaultDescription
$status
$args

Returns

  • string

Since: 2.0

Source: entry_list.php:169

get_screen_options_values()

public static function get_screen_options_values()

Returns the values for the user-specific screen options. If not saved by the current user, the default values are returned.

Returns

  • array

Since: 2.0

Source: entry_list.php:297