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