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

Breadcrumb

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

function Renderer::inactiveBreadcrumb

1 call to Renderer::inactiveBreadcrumb()
Renderer::breadcrumbs in vendor/phpunit/php-code-coverage/src/Report/Html/Renderer.php

File

vendor/phpunit/php-code-coverage/src/Report/Html/Renderer.php, line 223

Class

Renderer
@internal This class is not covered by the backward compatibility promise for phpunit/php-code-coverage

Namespace

SebastianBergmann\CodeCoverage\Report\Html

Code

protected function inactiveBreadcrumb(AbstractNode $node, string $pathToRoot) : string {
    return sprintf('         <li class="breadcrumb-item"><a href="%sindex.html">%s</a></li>' . "\n", $pathToRoot, $node->name());
}

API Navigation

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