public function PcpServiceInterface::getCompletePercentageData in Profile Complete Percent 8
Builds array of pcp data.
Parameters
\Drupal\user\UserInterface $user: The user to collect the data for.
Return value
array The collected data.
1 method overrides PcpServiceInterface::getCompletePercentageData()
- PcpService::getCompletePercentageData in src/
PcpService.php - Builds array of pcp data.
File
- src/
PcpServiceInterface.php, line 23
Class
- PcpServiceInterface
- Interface for PcpService.
Namespace
Drupal\pcpCode
public function getCompletePercentageData(UserInterface $user);