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

Breadcrumb

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

function ModuleSpecifier::getLocal

Returns the local identifier

Return value

Identifier|StringLiteral

File

vendor/mck89/peast/lib/Peast/Syntax/Node/ModuleSpecifier.php, line 42

Class

ModuleSpecifier
Abstract class that export and import specifiers nodes must extend.

Namespace

Peast\Syntax\Node

Code

public function getLocal() {
    return $this->local;
}
RSS feed
Powered by Drupal