Tribe__Main::context_class()
Gets the class name of the instantiated plugin context of this class. I.e. the class name of the object that instantiated this one.
Source
File: src/Tribe/Main.php
public function context_class() {
return $this->plugin_context_class;
}