Tribe__Events__Pro__Service_Providers__RBE::register()
Binds the classes and hooks the filters needed for Recurrence Backend Engine v1 to work.
Source
File: src/Tribe/Service_Providers/RBE.php
public function register() {
// Register this very service provider in the container to make it accessible to the rest of the code.
$this->container->singleton( 'events-pro.recurrence-backend-engines', $this );
$this->hook_common_filters();
$in_use = $this->get_in_use();
$engine = $this->make_engine( $in_use );
$engine->hook();
}