You are here

19 calls to uc_attribute_load() in Ubercart 8.4

AttributeDeleteForm::buildForm in uc_attribute/src/Form/AttributeDeleteForm.php
Form constructor.
AttributeEditForm::buildForm in uc_attribute/src/Form/AttributeEditForm.php
Form constructor.
AttributeOptionsForm::buildForm in uc_attribute/src/Form/AttributeOptionsForm.php
Form constructor.
AttributeTest::testAttributeAddToCart in uc_attribute/tests/src/Functional/AttributeTest.php
Tests that product in cart has the selected attribute option.
AttributeTest::testAttributeApi in uc_attribute/tests/src/Functional/AttributeTest.php
Tests the basic attribute API.
AttributeTest::testAttributeUiAddAttribute in uc_attribute/tests/src/Functional/AttributeTest.php
Tests the "add attribute" user interface.
AttributeTest::testAttributeUiClassAttributeOverview in uc_attribute/tests/src/Functional/AttributeTest.php
Tests the product class attribute user interface.
AttributeTest::testAttributeUiEditAttribute in uc_attribute/tests/src/Functional/AttributeTest.php
Tests the "edit attribute" user interface.
CartLinksTest::createCartLinksProduct in uc_cart_links/src/Tests/CartLinksTest.php
Creates a product with all attribute types and options.
hook_uc_product_alter in uc_product/uc_product.api.php
Make alterations to a specific variant of a product node.
InclusiveTaxTest::testProductKitAttributes in uc_tax/tests/src/Functional/InclusiveTaxTest.php
Test inclusive taxes with product kit attributes.
ObjectAttributesAddFormBase::submitForm in uc_attribute/src/Form/ObjectAttributesAddFormBase.php
Form submission handler.
ObjectOptionsFormBase::buildBaseForm in uc_attribute/src/Form/ObjectOptionsFormBase.php
Constructs Options Form array on behalf of subclasses.
OptionAddForm::buildForm in uc_attribute/src/Form/OptionAddForm.php
Form constructor.
OrderProductHasAttributeOption::doEvaluate in uc_attribute/src/Plugin/Condition/OrderProductHasAttributeOption.php
Determines if a product in the order has the selected attribute option.
uc_attribute_load_multiple in uc_attribute/uc_attribute.module
Loads attribute objects from the database.
uc_attribute_uc_product_alter in uc_attribute/uc_attribute.module
Implements hook_uc_product_alter().
uc_class_get_attributes in uc_attribute/uc_attribute.module
Loads all attributes associated with a product class.
uc_product_get_attributes in uc_attribute/uc_attribute.module
Loads all attributes associated with a product node.