wwaf-8.x-1.0-beta5/src/WwafTranslationHandler.php
src/WwafTranslationHandler.php
<?php
namespace Drupal\wwaf;
use Drupal\content_translation\ContentTranslationHandler;
/**
* Defines the translation handler for wwaf.
*/
class WwafTranslationHandler extends ContentTranslationHandler {
// Override here the needed methods from ContentTranslationHandler.
}
