Google_Sheet_Helpers::has_connection_data()

Check if the 3rd-party integration has any connection api stored.

Contents


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() );
	}