public function ContentHubEntityDependency::getRelationship in Acquia Content Hub 8
Obtains the relationship flag.
File
- src/
ContentHubEntityDependency.php, line 176
Class
- ContentHubEntityDependency
- Content Hub Dependency Class.
Namespace
Drupal\acquia_contenthubCode
public function getRelationship() {
return $this->dependencyType;
}