Code Coverage |
||||||||||
Lines |
Functions and Methods |
Classes and Traits |
||||||||
Total | n/a |
0 / 0 |
n/a |
0 / 0 |
CRAP | n/a |
0 / 0 |
1 | <?php |
2 | |
3 | namespace Drupal\crm_field; |
4 | |
5 | use Drupal\Core\Config\Entity\ConfigEntityInterface; |
6 | |
7 | /** |
8 | * Provides an interface defining a location type entity type. |
9 | */ |
10 | interface CrmLocationTypeInterface extends ConfigEntityInterface { |
11 | |
12 | } |