tmgmt_smartling-8.x-4.11/modules/tmgmt_smartling_acquia_cohesion/src/LayoutCanvasAwareInterface.php
modules/tmgmt_smartling_acquia_cohesion/src/LayoutCanvasAwareInterface.php
<?php
namespace Drupal\tmgmt_smartling_acquia_cohesion;
interface LayoutCanvasAwareInterface {
public function isLayoutCanvas($json);
}
