Neos\Neos\Command\WorkspaceCommandController::publishAllCommand PHP Méthode

publishAllCommand() public méthode

This command publishes all modified, created or deleted nodes in the specified workspace to the live workspace.
Deprecation: since 1.2
public publishAllCommand ( string $workspaceName, boolean $verbose = false ) : void
$workspaceName string Name of the workspace, for example "user-john"
$verbose boolean If enabled, information about individual nodes will be displayed
Résultat void
    public function publishAllCommand($workspaceName, $verbose = false)
    {
        $this->publishCommand($workspaceName, $verbose);
    }