Example #1
0
 /**
  * Gets the client cache for a given module
  *
  * @param string $type View, Layout, etc
  * @param string $module
  * @param MetaDataContextInterface|null $context Metadata context
  * @return array
  */
 public function getModuleClientData($type, $module, MetaDataContextInterface $context = null)
 {
     return MetaDataFiles::getModuleClientCache($this->platforms, $type, $module, $context);
 }