PHP Class Jetpack_Sync_Module_Updates, jetpack

Inheritance: extends Jetpack_Sync_Module
Mostrar archivo Open project: automattic/jetpack

Public Methods

Method Description
enqueue_full_sync_actions ( $config, $max_items_to_enqueue, $state )
estimate_full_sync_actions ( $config )
expand_updates ( $args )
filter_update_keys ( $args ) removes unnecessary keys from synced updates data
filter_upgrader_process_complete ( $args )
get_all_updates ( )
get_full_sync_actions ( )
get_update_checksum ( $value )
init_before_send ( )
init_full_sync_listeners ( $callable )
init_listeners ( $callable )
name ( )
validate_update_change ( $value, $expiration, $transient )

Method Details

enqueue_full_sync_actions() public method

public enqueue_full_sync_actions ( $config, $max_items_to_enqueue, $state )

estimate_full_sync_actions() public method

public estimate_full_sync_actions ( $config )

expand_updates() public method

public expand_updates ( $args )

filter_update_keys() public method

removes unnecessary keys from synced updates data
public filter_update_keys ( $args )

filter_upgrader_process_complete() public method

get_all_updates() public method

public get_all_updates ( )

get_full_sync_actions() public method

get_update_checksum() public method

public get_update_checksum ( $value )

init_before_send() public method

public init_before_send ( )

init_full_sync_listeners() public method

public init_full_sync_listeners ( $callable )

init_listeners() public method

public init_listeners ( $callable )

name() public method

public name ( )

validate_update_change() public method

public validate_update_change ( $value, $expiration, $transient )