You are here

public function GathercontentMapping::hasMapping in GatherContent 8

Return value

bool

File

src/Entity/GathercontentMapping.php, line 206

Class

GathercontentMapping
Defines the GatherContent Mapping entity.

Namespace

Drupal\gathercontent\Entity

Code

public function hasMapping() {
  return !empty($this
    ->get('data'));
}