Method | Description | |
---|---|---|
enqueue_full_sync_actions ( $config, $max_items_to_enqueue, $state ) | ||
estimate_full_sync_actions ( $config ) | ||
get_full_sync_actions ( ) | ||
get_object_by_id ( $object_type, $id ) | ||
get_objects_by_id ( $object_type, $ids ) | ||
init_before_send ( ) | ||
init_full_sync_listeners ( $callable ) | ||
init_listeners ( $callable ) | override these to set up listeners and set/reset data/defaults | |
init_listeners_for_meta_type ( $meta_type, $callable ) | ||
init_meta_whitelist_handler ( $meta_type, $whitelist_handler ) | ||
name ( ) | ||
reset_data ( ) | ||
set_defaults ( ) | ||
unserialize_meta ( $meta ) |
Method | Description | |
---|---|---|
count_actions ( $action_names, $actions_to_count ) | ||
enqueue_all_ids_as_action ( $action_name, $table_name, $id_field, $where_sql, $max_items_to_enqueue, $state ) | ||
get_check_sum ( $values ) | ||
get_metadata ( $ids, $meta_type, $meta_key_whitelist ) | ||
get_term_relationships ( $ids ) | ||
still_valid_checksum ( $sums_to_check, $name, $new_sum ) |
protected enqueue_all_ids_as_action ( $action_name, $table_name, $id_field, $where_sql, $max_items_to_enqueue, $state ) |
public enqueue_full_sync_actions ( $config, $max_items_to_enqueue, $state ) |
public init_listeners ( $callable ) |
public init_listeners_for_meta_type ( $meta_type, $callable ) |
public init_meta_whitelist_handler ( $meta_type, $whitelist_handler ) |
protected still_valid_checksum ( $sums_to_check, $name, $new_sum ) |