You are here

public function MappingInterface::hasMapping in GatherContent 8.4

Same name and namespace in other branches
  1. 8.5 src/Entity/MappingInterface.php \Drupal\gathercontent\Entity\MappingInterface::hasMapping()
  2. 8.3 src/Entity/MappingInterface.php \Drupal\gathercontent\Entity\MappingInterface::hasMapping()

Validate if object is configured with mapping.

Return value

bool Return TRUE if object has mapping, otherwise FALSE.

1 method overrides MappingInterface::hasMapping()
Mapping::hasMapping in src/Entity/Mapping.php
Validate if object is configured with mapping.

File

src/Entity/MappingInterface.php, line 122

Class

MappingInterface
Provides an interface for defining GatherContent Mapping entities.

Namespace

Drupal\gathercontent\Entity

Code

public function hasMapping();