Term
in package
Terms class contains helpers functions.
Table of Contents
Properties
- $entityTypeManager : EntityTypeManagerInterface
- The entity type manager.
Methods
- __construct() : mixed
- User helper Constructor.
- getCountryInfo() : mixed
- Return country info.
- getSessionThematics() : mixed
- Return session thematics.
- getTermName() : mixed
- Return term details.
- getThematicLabel() : mixed
- Return thematic label.
Properties
$entityTypeManager
The entity type manager.
protected
EntityTypeManagerInterface
$entityTypeManager
Methods
__construct()
User helper Constructor.
public
__construct(EntityTypeManagerInterface $entity_type_manager) : mixed
Parameters
- $entity_type_manager : EntityTypeManagerInterface
getCountryInfo()
Return country info.
public
getCountryInfo(mixed $termId) : mixed
Parameters
- $termId : mixed
getSessionThematics()
Return session thematics.
public
getSessionThematics(mixed $thematics) : mixed
Parameters
- $thematics : mixed
getTermName()
Return term details.
public
getTermName(mixed $termId) : mixed
Parameters
- $termId : mixed
getThematicLabel()
Return thematic label.
public
getThematicLabel(mixed $termId) : mixed
Parameters
- $termId : mixed