Elgg\EntityIcon::deleteIcon PHP Méthode

deleteIcon() public méthode

Removes all icon files and metadata for the passed type of icon.
public deleteIcon ( string $type = 'icon' ) : boolean
$type string The name of the icon. e.g., 'icon', 'cover_photo'
Résultat boolean
    public function deleteIcon($type = 'icon');