function Extension::getName

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Extension/Extension.php \Drupal\Core\Extension\Extension::getName()
  2. 8.9.x core/lib/Drupal/Core/Extension/Extension.php \Drupal\Core\Extension\Extension::getName()
  3. 10 core/lib/Drupal/Core/Extension/Extension.php \Drupal\Core\Extension\Extension::getName()

Returns the internal name of the extension.

Return value

string

1 method overrides Extension::getName()
DatabaseDriver::getName in core/lib/Drupal/Core/Extension/DatabaseDriver.php
Returns the internal name of the extension.

File

core/lib/Drupal/Core/Extension/Extension.php, line 94

Class

Extension
Defines an extension (file) object.

Namespace

Drupal\Core\Extension

Code

public function getName() {
    return basename($this->pathname, '.info.yml');
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.