PHP Class Jetpack_Modules_List_Table, jetpack

Inheritance: extends WP_List_Table
Afficher le fichier Open project: automattic/jetpack Class Usage Examples

Méthodes publiques

Méthode Description
__construct ( )
column_cb ( $item )
column_default ( $item, $column_name )
column_description ( $item )
column_icon ( $item )
column_module_tags ( $item )
column_name ( $item )
filter_displayed_table_items ( $modules )
get_bulk_actions ( )
get_columns ( )
get_table_classes ( )
get_views ( )
is_module_available ( $module )
is_module_displayed ( $module )
js_templates ( )
module_info_check ( $info = false, $modules ) Check if the info parameter provided in the URL corresponds to an actual module
single_row ( $item )
sort_requires_connection_last ( $module1, $module2 )
unprotected_display_tablenav ( string $which = 'top' ) : mixed Core switched their display_tablenav() method to protected, so we can't access it directly.
views ( )

Method Details

__construct() public méthode

public __construct ( )

column_cb() public méthode

public column_cb ( $item )

column_default() public méthode

public column_default ( $item, $column_name )

column_description() public méthode

public column_description ( $item )

column_icon() public méthode

public column_icon ( $item )

column_module_tags() public méthode

public column_module_tags ( $item )

column_name() public méthode

public column_name ( $item )

filter_displayed_table_items() public méthode

public filter_displayed_table_items ( $modules )

get_bulk_actions() public méthode

public get_bulk_actions ( )

get_columns() public méthode

public get_columns ( )

get_table_classes() public méthode

public get_table_classes ( )

get_views() public méthode

public get_views ( )

is_module_available() static public méthode

static public is_module_available ( $module )

is_module_displayed() static public méthode

static public is_module_displayed ( $module )

js_templates() public méthode

public js_templates ( )

module_info_check() public méthode

Check if the info parameter provided in the URL corresponds to an actual module
public module_info_check ( $info = false, $modules )

single_row() public méthode

public single_row ( $item )

sort_requires_connection_last() static public méthode

static public sort_requires_connection_last ( $module1, $module2 )

unprotected_display_tablenav() public méthode

Instead, let's include an access function to make it doable without errors!
See also: https://github.com/WordPress/WordPress/commit/d28f6344de97616de8ece543ed290c4ba2383622
public unprotected_display_tablenav ( string $which = 'top' ) : mixed
$which string
Résultat mixed

views() public méthode

public views ( )