You are here

abstract function CertificateMapperBase::processMapping in Certificate 4.x

Get the map keys that the user is eligible for.

Return value

array

4 methods override CertificateMapperBase::processMapping()
CourseCreditCertificateMapper::processMapping in src/Plugin/certificate/CertificateMapper/CourseCreditCertificateMapper.php
Check if the learner is eligible based on awarded credit in the course
ManualCertificateMapper::processMapping in src/Plugin/certificate/CertificateMapper/ManualCertificateMapper.php
Get the map keys that the user is eligible for.
RulesCertificateMapper::processMapping in src/Plugin/certificate/CertificateMapper/RulesCertificateMapper.php
Get the map keys that the user is eligible for.
TestCertificateMapper::processMapping in modules/certificate_test/src/Plugin/certificate/CertificateMapper/TestCertificateMapper.php
Get the map keys that the user is eligible for.

File

src/Plugin/CertificateMapperBase.php, line 21

Class

CertificateMapperBase
Base class for Certificate mapper plugins.

Namespace

Drupal\certificate\Plugin

Code

abstract function processMapping(ContentEntityInterface $entity, AccountInterface $account);