Pantheon\Terminus\Collections\Workflows::fetchWithOperations PHP Method

fetchWithOperations() public method

Fetches workflow data hydrated with operations
public fetchWithOperations ( array $options = [] ) : void
$options array Additional information for the request
return void
    public function fetchWithOperations($options = [])
    {
        $options = array_merge($options, ['fetch_args' => ['query' => ['hydrate' => 'operations']]]);
        $this->fetch($options);
    }