PHP Class Pantheon\Terminus\Commands\Tag\ListCommand

Inheritance: extends Pantheon\Terminus\Commands\TerminusCommand, implements Pantheon\Terminus\Site\SiteAwareInterface, use trait Pantheon\Terminus\Site\SiteAwareTrait
Show file Open project: pantheon-systems/terminus

Public Methods

Method Description
listTags ( string $site_name, string $organization ) : Consolidation\OutputFormatters\StructuredData\PropertyList List the tags which an organization has added to a site

Method Details

listTags() public method

List the tags which an organization has added to a site
public listTags ( string $site_name, string $organization ) : Consolidation\OutputFormatters\StructuredData\PropertyList
$site_name string The name or UUID of a site to list the tags of
$organization string The name or UUID of an organization which has tagged this site
return Consolidation\OutputFormatters\StructuredData\PropertyList