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

Breadcrumb

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

function Crawler::last

Returns the last node of the current selection.

File

vendor/symfony/dom-crawler/Crawler.php, line 368

Class

Crawler
Crawler eases navigation of a list of \DOMNode objects.

Namespace

Symfony\Component\DomCrawler

Code

public function last() : static {
    return $this->eq(\count($this->nodes) - 1);
}
RSS feed
Powered by Drupal