16 public function saveIconFromUploadedFile(
$input_name,
$type =
'icon', array $coords = []);
26 public function saveIconFromLocalFile(
$filename,
$type =
'icon', array $coords = []);
36 public function saveIconFromElggFile(\
ElggFile $file,
$type =
'icon', array $coords = []);
46 public function getIcon(
$size,
$type =
'icon');
54 public function deleteIcon(
$type =
'icon');
64 public function getIconURL(
$params);
74 public function getIconLastChange(
$size,
$type =
'icon');
83 public function hasIcon(
$size,
$type =
'icon');
Entities that support icons should implement this interface.
$params
Saves global plugin settings.