31 calls to commerce_get_entity_display() in Commerce Core 8.2
- AddToCartMultiAttributeTest::setUp in modules/
cart/ tests/ src/ FunctionalJavascript/ AddToCartMultiAttributeTest.php - CheckoutOrderTest::testLoginWithRequiredRegistrationField in modules/
checkout/ tests/ src/ Functional/ CheckoutOrderTest.php - Tests that login works even if the registration form has a required field.
- CheckoutOrderTest::testRegisterOrderCheckoutWithCustomUserFields in modules/
checkout/ tests/ src/ Functional/ CheckoutOrderTest.php - Tests that you can register from the checkout pane with custom user fields.
- CheckoutOrderTest::testRegistrationAfterGuestOrderCheckoutWithCustomUserFields in modules/
checkout/ tests/ src/ Functional/ CheckoutOrderTest.php - Tests custom user fields are respected on registration after checkout.
- commerce_product_post_update_7 in modules/
product/ commerce_product.post_update.php - Move the variations form to its own tab.
- ConfigurableFieldManager::createField in src/
ConfigurableFieldManager.php - Creates a configurable field from the given field definition.
- ConfigurableFieldManagerTest::testManager in tests/
src/ Kernel/ ConfigurableFieldManagerTest.php - @covers ::createField @covers ::deleteField @covers ::hasData
- EditQuantity::viewsForm in modules/
cart/ src/ Plugin/ views/ field/ EditQuantity.php - Form constructor for the views form.
- EntitySelectWidgetTest::setUp in tests/
src/ Functional/ EntitySelectWidgetTest.php - PluginSelectTest::testPluginRadios in tests/
src/ FunctionalJavascript/ PluginSelectTest.php - Tests the plugin_radios widget.
- PluginSelectTest::testPluginSelect in tests/
src/ FunctionalJavascript/ PluginSelectTest.php - Tests the plugin_select widget.
- PluginSelectTest::testPluginSelectWithoutConfiguration in tests/
src/ FunctionalJavascript/ PluginSelectTest.php - Tests the plugin_select widget on a plugin type without configuration.
- PriceCalculatedFormatterTest::testRender in modules/
order/ tests/ src/ Kernel/ Formatter/ PriceCalculatedFormatterTest.php - Tests the rendered output.
- PriceFormattersTest::setUp in modules/
price/ tests/ src/ Kernel/ PriceFormattersTest.php - ProductAttributeFieldManager::buildFieldMap in modules/
product/ src/ ProductAttributeFieldManager.php - Builds the field map.
- ProductAttributeFieldManager::createField in modules/
product/ src/ ProductAttributeFieldManager.php - Creates an attribute field for the given attribute.
- ProductAttributesOverviewFormatterTest::setUp in modules/
product/ tests/ src/ Kernel/ ProductAttributesOverviewFormatterTest.php - ProductLayoutBuilderIntegrationTest::testFieldInjectionDisabled in modules/
product/ tests/ src/ FunctionalJavascript/ ProductLayoutBuilderIntegrationTest.php - Tests that enabling Layout Builder for a display disables field injection.
- ProductTypeForm::save in modules/
product/ src/ Form/ ProductTypeForm.php - Form submission handler for the 'save' action.
- ProductTypeTest::testAdd in modules/
product/ tests/ src/ Functional/ ProductTypeTest.php - Tests adding a product type.
- ProductTypeTest::testDuplicate in modules/
product/ tests/ src/ Functional/ ProductTypeTest.php - Tests duplicating a product type.
- ProductTypeTest::testEdit in modules/
product/ tests/ src/ Functional/ ProductTypeTest.php - Tests editing a product type.
- ProductVariationAttributeMapperTest::testThreeAttributesSixVariations in modules/
product/ tests/ src/ Kernel/ ProductVariationAttributeMapperTest.php - Tests having three attributes and six variations.
- ProductVariationFieldInjectionTest::testInjectedVariationDefault in modules/
product/ tests/ src/ Functional/ ProductVariationFieldInjectionTest.php - Tests the fields from the attribute render.
- ProductVariationFieldInjectionTest::testInjectedVariationFromUrl in modules/
product/ tests/ src/ Functional/ ProductVariationFieldInjectionTest.php - Tests that the default injected variation respects the URL context.
- ProductVariationFieldRendererTest::testRenderField in modules/
product/ tests/ src/ Kernel/ ProductVariationFieldRendererTest.php - Tests rendering a single field.
- ProductVariationFieldRendererTest::testRenderFields in modules/
product/ tests/ src/ Kernel/ ProductVariationFieldRendererTest.php - Tests renderFields.
- ProductVariationFieldRendererTest::testRenderFieldsMultilingual in modules/
product/ tests/ src/ Kernel/ ProductVariationFieldRendererTest.php - Tests renderFields in multilingual context.
- StoreDateTimeTest::setUp in modules/
store/ tests/ src/ Functional/ StoreDateTimeTest.php - StoreDateTimeTest::testFormatter in modules/
store/ tests/ src/ Functional/ StoreDateTimeTest.php - Tests the formatter.
- TaxNumberTest::setUp in modules/
tax/ tests/ src/ FunctionalJavascript/ TaxNumberTest.php