You are here

12 string references to YAML keys in commerce_square.routing.yml in Commerce Square Connect 8

commerce_square_requirements in ./commerce_square.install
Implements hook_requirements().
commerce_square_update_8001 in ./commerce_square.install
Migrates gateway settings into new configuration object.
commerce_square_update_8002 in ./commerce_square.install
Use site state for production access token and expiration time.
ConfigureGatewayTest::testCreateSquareGateway in tests/src/FunctionalJavascript/ConfigureGatewayTest.php
Tests that a Square gateway can be configured.
Connect::__construct in src/Connect.php
Constructs a new Connect object.
PaymentMethodAddForm::buildCreditCardForm in src/PluginForm/Square/PaymentMethodAddForm.php
Builds the credit card form.
Square::buildConfigurationForm in src/Plugin/Commerce/PaymentGateway/Square.php
Form constructor.
SquareConfigurationUpradeTest::testUpgrade1 in tests/src/Kernel/SquareConfigurationUpradeTest.php
Tests the config migrates.
SquareConfigurationUpradeTest::testUpgrade2 in tests/src/Kernel/SquareConfigurationUpradeTest.php
Tests the upgrade to move access token to state.
SquareSettings::buildForm in src/Form/SquareSettings.php
Form constructor.
SquareSettings::getEditableConfigNames in src/Form/SquareSettings.php
Gets the configuration names that will be editable.
SquareSettings::submitForm in src/Form/SquareSettings.php
Form submission handler.