Fixes the RestClient constructors fixes
All references to salesforce_encrypt.client service removed salesforce_encrypt.client service definition removed Unused use statements removed from EncryptedRestClientInterface andRestCientInterface Constructors removed from EncryptedRestClientInterface and RestClientInterface Salesforce_encrypt\RestClient constructor cleaned up Adds Json mock to salesforce_encrypt\RestClientTest Fixes service name error in PullBase Fixes property visibility settings in RestClient so child salesforce_encrypt\RestClient may inherit them.
Showing
- modules/salesforce_encrypt/salesforce_encrypt.services.yml 0 additions, 4 deletionsmodules/salesforce_encrypt/salesforce_encrypt.services.yml
- modules/salesforce_encrypt/src/Form/SettingsForm.php 1 addition, 1 deletionmodules/salesforce_encrypt/src/Form/SettingsForm.php
- modules/salesforce_encrypt/src/Rest/EncryptedRestClientInterface.php 3 additions, 26 deletions...esforce_encrypt/src/Rest/EncryptedRestClientInterface.php
- modules/salesforce_encrypt/src/Rest/RestClient.php 14 additions, 13 deletionsmodules/salesforce_encrypt/src/Rest/RestClient.php
- modules/salesforce_encrypt/tests/src/Unit/RestClientTest.php 8 additions, 7 deletionsmodules/salesforce_encrypt/tests/src/Unit/RestClientTest.php
- modules/salesforce_pull/src/Plugin/QueueWorker/PullBase.php 5 additions, 5 deletionsmodules/salesforce_pull/src/Plugin/QueueWorker/PullBase.php
- src/Rest/RestClient.php 56 additions, 31 deletionssrc/Rest/RestClient.php
- src/Rest/RestClientBase.php 0 additions, 856 deletionssrc/Rest/RestClientBase.php
- src/Rest/RestClientBaseInterface.php 0 additions, 408 deletionssrc/Rest/RestClientBaseInterface.php
- src/Rest/RestClientInterface.php 380 additions, 26 deletionssrc/Rest/RestClientInterface.php
Loading
Please register or sign in to comment