Commit c538e02d3c33591df17cbd462c9d4e03c9b4d620

  • November 15, 2012 21:36

    Commit c538e02 on 7.x-1.x, 7.x-2.x, 7.x-1.x-structfieldstorage
    +++-
    3 additions & 1 deletion
    +++++++
    13 additions & 0 deletions
    Create a new utility function to get the list of all exposed (non-ignored) resource_type.
    
    /**
    * Get all the resource_type IDs (bundle IDs) that are not ignored in conStruct.
    * These resource_type are the one that hasn't been tagged as "ignored" by the
    * system administrator
    *
    * @return An array of resource_type IDs that are not ignore by conStruct
    *
    */
    function structentities_get_exposed_resource_type_ids()
    {
nobody click here