function Dependency::getName
Gets the dependency's name.
Return value
string The dependency's name.
File
- 
              core/
lib/ Drupal/ Core/ Extension/ Dependency.php, line 62  
Class
- Dependency
 - A value object representing dependency information.
 
Namespace
Drupal\Core\ExtensionCode
public function getName() {
  return $this->name;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.