Return Path list of all existing InformatinoSet.
App::__Def()->fetchInformationSetPathList();
See below example:
$info = App::__Def()->fetchInformationSetPathList();
/*
Return like
Array
(
[0] => /var/www/project/development/definition/information_set/emailtemplate.xml
[1] => /var/www/project/component/appslide/information_set/appslide.xml
[2] => /var/www/project/component/appstore/information_set/attributegroup.xml
[3] => /var/www/project/component/appstore/information_set/countries.xml
[4] => /var/www/project/component/appstore/information_set/discountcoupon.xml
[5] => /var/www/project/component/appstore/information_set/product.xml
[6] => /var/www/project/component/appstore/information_set/storeslide.xml
[7] => /var/www/project/component/appstore/information_set/widget.xml
[8] => /var/www/project/component/blog/information_set/blogpost.xml
[9] => /var/www/project/component/homepress/information_set/homepress.xml
[10] => /var/www/project/component/appslide/information_set/appslide.xml
[11] => /var/www/project/component/appstore/information_set/product.xml
[12] => /var/www/project/component/appstore/information_set/storeslide.xml
[13] => /var/www/project/component/appstore/information_set/countries.xml
[14] => /var/www/project/component/appstore/information_set/discountcoupon.xml
[15] => /var/www/project/component/appstore/information_set/attributegroup.xml
[16] => /var/www/project/component/appstore/information_set/widget.xml
[17] => /var/www/project/component/blog/information_set/blogpost.xml
[18] => /var/www/project/component/homepress/information_set/homepress.xml
)
*/