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

Breadcrumb

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

function DocBlock::getLocation

Returns the current location.

File

vendor/phpdocumentor/reflection-docblock/src/DocBlock.php, line 93

Class

DocBlock

Namespace

phpDocumentor\Reflection

Code

public function getLocation() : ?Location {
    return $this->location;
}
RSS feed
Powered by Drupal