Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. DebugFormatterHelper.php

function DebugFormatterHelper::getBorder

3 calls to DebugFormatterHelper::getBorder()
DebugFormatterHelper::progress in vendor/symfony/console/Helper/DebugFormatterHelper.php
Adds progress to a formatting session.
DebugFormatterHelper::start in vendor/symfony/console/Helper/DebugFormatterHelper.php
Starts a debug formatting session.
DebugFormatterHelper::stop in vendor/symfony/console/Helper/DebugFormatterHelper.php
Stops a formatting session.

File

vendor/symfony/console/Helper/DebugFormatterHelper.php, line 89

Class

DebugFormatterHelper
Helps outputting debug information when running an external program from a command.

Namespace

Symfony\Component\Console\Helper

Code

private function getBorder(string $id) : string {
    return \sprintf('<bg=%s> </>', self::COLORS[$this->started[$id]['border']]);
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal