You are here

LayoutCanvasAwareInterface.php in TMGMT Translator Smartling 8.4

File

modules/tmgmt_smartling_acquia_cohesion/src/LayoutCanvasAwareInterface.php
View source
<?php

namespace Drupal\tmgmt_smartling_acquia_cohesion;

interface LayoutCanvasAwareInterface {
  public function isLayoutCanvas($json);

}

Interfaces