accessibility-8.x-1.x-dev/lib/Drupal/accessibility/AccessibilityTestStorageControllerInterface.php
lib/Drupal/accessibility/AccessibilityTestStorageControllerInterface.php
<?php
/**
* @file
* Contains \Drupal\taxonomy\AccessibilityTestStorageControllerInterface.
*/
namespace Drupal\accessibility;
use Drupal\Core\Entity\EntityInterface;
use Drupal\Core\Entity\EntityStorageControllerInterface;
/**
* Defines a common interface for accessibility test entity controller classes.
*/
interface AccessibilityTestStorageControllerInterface extends EntityStorageControllerInterface {
}
