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

Breadcrumb

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

function History::isEmpty

Returns true if the history is empty.

File

vendor/symfony/browser-kit/History.php, line 48

Class

History
History.

Namespace

Symfony\Component\BrowserKit

Code

public function isEmpty() : bool {
    return 0 === \count($this->stack);
}
RSS feed
Powered by Drupal