public function EntityServicePreferenceEvent::getServices in Avatar Kit 8.2
Get weights for avatar services.
Return value
string[] An array of weights keyed by avatar service entity ID's.
File
- src/
Event/ EntityServicePreferenceEvent.php, line 37
Class
- EntityServicePreferenceEvent
- Used to determine the preference order of avatar services for an entity.
Namespace
Drupal\avatars\EventCode
public function getServices() : array {
return $this->services;
}