Tribe__Events__Aggregator__Tabs__Edit::__construct()
Source
File: src/Tribe/Aggregator/Tabs/Edit.php
public function __construct() {
// Setup Abstract hooks
parent::__construct();
add_action( 'wp_ajax_tribe_aggregator_preview_import', array( $this, 'ajax_preview_import' ) );
add_action( 'tribe_aggregator_page_request', array( $this, 'handle_submit' ) );
}