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\EntityCode
public function hasMapping() {
return !empty($this
->get('data'));
}