You are here

Files in Commerce Ajax Add to Cart 8

Primary tabs

File namesort descending Location Namespace Description
AddCartPopupAjaxResponseTest.php modules/dc_ajax_add_cart_popup/tests/src/FunctionalJavascript/AddCartPopupAjaxResponseTest.php Drupal\Tests\dc_ajax_add_cart_popup\FunctionalJavascript
AjaxAddCartConfirmationMessageTest.php tests/src/FunctionalJavascript/AjaxAddCartConfirmationMessageTest.php Drupal\Tests\dc_ajax_add_cart\FunctionalJavascript
AjaxAddCartPopupTest.php modules/dc_ajax_add_cart_popup/tests/src/FunctionalJavascript/AjaxAddCartPopupTest.php Drupal\Tests\dc_ajax_add_cart_popup\FunctionalJavascript
AjaxAddCartTest.php tests/src/FunctionalJavascript/AjaxAddCartTest.php Drupal\Tests\dc_ajax_add_cart\FunctionalJavascript
AjaxAddCartTestBase.php tests/src/Functional/AjaxAddCartTestBase.php Drupal\Tests\dc_ajax_add_cart\Functional
AjaxAddCartUpdateCartBlockTest.php tests/src/FunctionalJavascript/AjaxAddCartUpdateCartBlockTest.php Drupal\Tests\dc_ajax_add_cart\FunctionalJavascript
AjaxAddCartViewsEditQuantityTest.php modules/dc_ajax_add_cart_views/tests/src/FunctionalJavascript/AjaxAddCartViewsEditQuantityTest.php Drupal\Tests\dc_ajax_add_cart_views\FunctionalJavascript
AjaxAddCartViewsRemoveButtonTest.php modules/dc_ajax_add_cart_views/tests/src/FunctionalJavascript/AjaxAddCartViewsRemoveButtonTest.php Drupal\Tests\dc_ajax_add_cart_views\FunctionalJavascript
AjaxAddCartViewsTestBase.php modules/dc_ajax_add_cart_views/tests/src/Functional/AjaxAddCartViewsTestBase.php Drupal\Tests\dc_ajax_add_cart_views\Functional
AjaxAddToCartForm.php src/Form/AjaxAddToCartForm.php Drupal\dc_ajax_add_cart\Form
AjaxAddToCartFormatter.php src/Plugin/Field/FieldFormatter/AjaxAddToCartFormatter.php Drupal\dc_ajax_add_cart\Plugin\Field\FieldFormatter
AjaxAddToCartPopupSubscriber.php modules/dc_ajax_add_cart_popup/src/EventSubscriber/AjaxAddToCartPopupSubscriber.php Drupal\dc_ajax_add_cart_popup\EventSubscriber
before_script.sh drupal_ti/before/before_script.sh #!/bin/bash # Add an optional statement to see that this is running in Travis CI. echo "running drupal_ti/before/before_script.sh" # Turn on PhantomJS for functional Javascript tests phantomjs --ssl-protocol=any --ignore-ssl-errors=true…
core.entity_form_mode.commerce_order_item.dc_ajax_add_cart.yml config/install/core.entity_form_mode.commerce_order_item.dc_ajax_add_cart.yml config/install/core.entity_form_mode.commerce_order_item.dc_ajax_add_cart.yml
core.entity_view_mode.commerce_product_variation.dc_ajax_add_cart_popup.yml modules/dc_ajax_add_cart_popup/config/optional/core.entity_view_mode.commerce_product_variation.dc_ajax_add_cart_popup.yml modules/dc_ajax_add_cart_popup/config/optional/core.entity_view_mode.commerce_product_variation.dc_ajax_add_cart_popup.yml
dc-ajax-add-cart-popup.html.twig modules/dc_ajax_add_cart_popup/templates/dc-ajax-add-cart-popup.html.twig Default template for the ajax add-to-cart popup.
dc_ajax_add_cart.info.yml dc_ajax_add_cart.info.yml dc_ajax_add_cart.info.yml
dc_ajax_add_cart.install dc_ajax_add_cart.install Install/uninstall actions for dc_ajax_add_cart module.
dc_ajax_add_cart.module dc_ajax_add_cart.module Ajax add to cart module.
dc_ajax_add_cart.schema.yml config/schema/dc_ajax_add_cart.schema.yml config/schema/dc_ajax_add_cart.schema.yml
dc_ajax_add_cart.services.yml dc_ajax_add_cart.services.yml dc_ajax_add_cart.services.yml
dc_ajax_add_cart_popup.info.yml modules/dc_ajax_add_cart_popup/dc_ajax_add_cart_popup.info.yml modules/dc_ajax_add_cart_popup/dc_ajax_add_cart_popup.info.yml
dc_ajax_add_cart_popup.module modules/dc_ajax_add_cart_popup/dc_ajax_add_cart_popup.module Display a modal popup after a product is added to the cart with AJAX.
dc_ajax_add_cart_popup.services.yml modules/dc_ajax_add_cart_popup/dc_ajax_add_cart_popup.services.yml modules/dc_ajax_add_cart_popup/dc_ajax_add_cart_popup.services.yml
dc_ajax_add_cart_views.info.yml modules/dc_ajax_add_cart_views/dc_ajax_add_cart_views.info.yml modules/dc_ajax_add_cart_views/dc_ajax_add_cart_views.info.yml
dc_ajax_add_cart_views.module modules/dc_ajax_add_cart_views/dc_ajax_add_cart_views.module Ajaxifies some cart operations those are related to Views.
dc_ajax_add_cart_views.schema.yml modules/dc_ajax_add_cart_views/config/schema/dc_ajax_add_cart_views.schema.yml modules/dc_ajax_add_cart_views/config/schema/dc_ajax_add_cart_views.schema.yml
dc_ajax_add_cart_views_test.info.yml modules/dc_ajax_add_cart_views/tests/modules/dc_ajax_add_cart_views_test/dc_ajax_add_cart_views_test.info.yml modules/dc_ajax_add_cart_views/tests/modules/dc_ajax_add_cart_views_test/dc_ajax_add_cart_views_test.info.yml
EditQuantity.php modules/dc_ajax_add_cart_views/src/Plugin/views/field/EditQuantity.php Drupal\dc_ajax_add_cart_views\Plugin\views\field
ProductLazyBuilders.php src/ProductLazyBuilders.php Drupal\dc_ajax_add_cart
RefreshPageElementsHelper.php src/RefreshPageElementsHelper.php Drupal\dc_ajax_add_cart
RefreshPageElementsHelperTest.php tests/src/Kernel/RefreshPageElementsHelperTest.php Drupal\Tests\dc_ajax_add_cart\Kernel
RemoveButton.php modules/dc_ajax_add_cart_views/src/Plugin/views/field/RemoveButton.php Drupal\dc_ajax_add_cart_views\Plugin\views\field
script.sh drupal_ti/script/script.sh #!/bin/bash # @file # Script to run the functional JavaScript tests via travis-ci. # Borrowed from https://github.com/drupalcommerce/commerce/blob/8.x-2.x/.travis-simplete... # Thanks to Matt Glaman and others. # Add an optional statement to see…
views.view.dc_ajax_add_cart_views_test_cart_form.yml modules/dc_ajax_add_cart_views/tests/modules/dc_ajax_add_cart_views_test/config/install/views.view.dc_ajax_add_cart_views_test_cart_form.yml modules/dc_ajax_add_cart_views/tests/modules/dc_ajax_add_cart_views_test/config/install/views.view.dc_ajax_add_cart_views_test_cart_form.yml
views.view.dc_ajax_add_cart_views_test_update_cart_form.yml modules/dc_ajax_add_cart_views/tests/modules/dc_ajax_add_cart_views_test/config/install/views.view.dc_ajax_add_cart_views_test_update_cart_form.yml modules/dc_ajax_add_cart_views/tests/modules/dc_ajax_add_cart_views_test/config/install/views.view.dc_ajax_add_cart_views_test_update_cart_form.yml

Other projects