You are here

public function OpignoGroupManagedContent::isInSkillSystem in Opigno group manager 3.x

Same name and namespace in other branches
  1. 8 src/Entity/OpignoGroupManagedContent.php \Drupal\opigno_group_manager\Entity\OpignoGroupManagedContent::isInSkillSystem()

Returns skill flag.

Return value

bool TRUE if this content is in skill system. FALSE otherwise.

File

src/Entity/OpignoGroupManagedContent.php, line 217

Class

OpignoGroupManagedContent
Defines the Opigno Group Content entity.

Namespace

Drupal\opigno_group_manager\Entity

Code

public function isInSkillSystem() {
  return $this
    ->get('in_skills_system')->value;
}