semantic_connector-8.x-1.1/src/Api/SemanticConnectorPPXApi_6_2.php
src/Api/SemanticConnectorPPXApi_6_2.php
<?php
namespace Drupal\semantic_connector\Api;
/**
* Class SemanticConnectorPPXApi_6_2
*
* API Class for the version 6.2. 6.2 is the first version that supports PPX API
* versioning, that's why the class is required even though there was no API
* change interesting for the Drupal integration.
*/
class SemanticConnectorPPXApi_6_2 extends SemanticConnectorPPXApi_6_0 {
}
