You are here

11 calls to uc_attribute_type_info() in Ubercart 7.3

UbercartAttributeTestCase::attributeFieldsToTest in uc_attribute/tests/uc_attribute.test
Returns an array of available fields for product or class attributes.
UbercartAttributeTestCase::attributeOptionFieldsToTest in uc_attribute/tests/uc_attribute.test
Returns array of available fields for product or class attribute options.
uc_attribute_load in uc_attribute/uc_attribute.module
Loads an attribute from the database.
uc_attribute_load_multiple in uc_attribute/uc_attribute.module
Loads attribute objects from the database.
uc_attribute_subject_delete in uc_attribute/uc_attribute.module
Deletes an attribute and all options associated with it.
uc_attribute_subject_exists in uc_attribute/uc_attribute.module
Checks if a product/class attribute exists.
uc_attribute_subject_option_delete in uc_attribute/uc_attribute.module
Deletes a product/class attribute option.
uc_attribute_subject_option_exists in uc_attribute/uc_attribute.module
Checks if a product/class attribute option exists.
uc_attribute_subject_option_load in uc_attribute/uc_attribute.module
Loads a product/class attribute option.
uc_attribute_subject_option_save in uc_attribute/uc_attribute.module
Saves a product/class attribute option.
uc_attribute_subject_save in uc_attribute/uc_attribute.module
Saves a product/class attribute.