You are here

public function MappingInterface::getContentTypeName in GatherContent 8.5

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

Getter for content type human name.

Return value

string Content type human name.

1 method overrides MappingInterface::getContentTypeName()
Mapping::getContentTypeName in src/Entity/Mapping.php
Getter for content type human name.

File

src/Entity/MappingInterface.php, line 82

Class

MappingInterface
Provides an interface for defining GatherContent Mapping entities.

Namespace

Drupal\gathercontent\Entity

Code

public function getContentTypeName();