You are here

10 calls to uc_attribute_type_info() in Ubercart 8.4

AttributeTest::attributeFieldsToTest in uc_attribute/tests/src/Functional/AttributeTest.php
Returns an array of available fields for product or class attributes.
AttributeTest::attributeOptionFieldsToTest in uc_attribute/tests/src/Functional/AttributeTest.php
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_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.