braintree_cashier-8.x-4.x-dev/src/BraintreeCashierBillingPlanTranslationHandler.php
src/BraintreeCashierBillingPlanTranslationHandler.php
<?php
namespace Drupal\braintree_cashier;
use Drupal\content_translation\ContentTranslationHandler;
/**
* Defines the translation handler for braintree_cashier_billing_plan.
*/
class BraintreeCashierBillingPlanTranslationHandler extends ContentTranslationHandler {
// Override here the needed methods from ContentTranslationHandler.
}
