function Workspace::hasParent

Same name and namespace in other branches
  1. 9 core/modules/workspaces/src/Entity/Workspace.php \Drupal\workspaces\Entity\Workspace::hasParent()
  2. 8.9.x core/modules/workspaces/src/Entity/Workspace.php \Drupal\workspaces\Entity\Workspace::hasParent()
  3. 10 core/modules/workspaces/src/Entity/Workspace.php \Drupal\workspaces\Entity\Workspace::hasParent()

Overrides WorkspaceInterface::hasParent

File

core/modules/workspaces/src/Entity/Workspace.php, line 152

Class

Workspace
The workspace entity class.

Namespace

Drupal\workspaces\Entity

Code

public function hasParent() {
    return !$this->get('parent')
        ->isEmpty();
}

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