You are here

public function MappingInterface::getContentType in GatherContent 8.5

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

Getter for content type machine name.

Return value

string Content type machine name.

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

File

src/Entity/MappingInterface.php, line 66

Class

MappingInterface
Provides an interface for defining GatherContent Mapping entities.

Namespace

Drupal\gathercontent\Entity

Code

public function getContentType();