PHP Class Pantheon\Terminus\Commands\Tag\RemoveCommand

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

Public Methods

Method Description
remove ( string $site_name, string $organization, string $tag ) Remove a tag placed on a site by an organization

Method Details

remove() public method

Remove a tag placed on a site by an organization
public remove ( string $site_name, string $organization, string $tag )
$site_name string The name or UUID of a site to remove the tag from
$organization string The name or UUID of an organization which has tagged this site
$tag string The tag to remove from the site