Skip to content
This repository has been archived by the owner on Apr 30, 2020. It is now read-only.

Commit

Permalink
feat(Features/CustomTaxonomies): add public getAll method (#277)
Browse files Browse the repository at this point in the history
  • Loading branch information
Doğa Gürdal committed Jul 16, 2018
1 parent a98dd11 commit 40fb705
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Features/CustomTaxonomies/CustomTaxonomyRegister.php
Original file line number Diff line number Diff line change
Expand Up @@ -103,4 +103,9 @@ protected static function getConfigFromJson($filePath)

return $config;
}

public static function getAll()
{
return self::$registeredCustomTaxonomies;
}
}

0 comments on commit 40fb705

Please sign in to comment.