Google_Sheet_Helpers::has_connection_data()
Check if the 3rd-party integration has any connection api stored.
Return Return
(Uncanny_Automatorboolean.)
Source Source
File: src/integrations/google-sheet/helpers/google-sheet-helpers.php
public function has_connection_data() { return ! empty( $this->get_google_client() ); }
Expand full source code Collapse full source code View on Github