Elgg\Groups\Upgrades\GroupIconTransfer::countItems PHP Method

countItems() public method

public countItems ( )
    public function countItems()
    {
        return elgg_get_entities(['types' => 'group', 'count' => true]);
    }