You are here

public function GathercontentMapping::getContentTypeName in GatherContent 8

Return value

string

Overrides GathercontentMappingInterface::getContentTypeName

File

src/Entity/GathercontentMapping.php, line 144

Class

GathercontentMapping
Defines the GatherContent Mapping entity.

Namespace

Drupal\gathercontent\Entity

Code

public function getContentTypeName() {
  return $this
    ->get('content_type_name');
}