interface SiteInterface

Interface for site data.

Hierarchy

Expanded class hierarchy of SiteInterface

All classes that implement SiteInterface

1 file declares its use of SiteInterface
Site.php in src/Plugin/DataType/Site.php

File

src/TypedData/Type/SiteInterface.php, line 8

Namespace

Drupal\rules\TypedData\Type
View source
interface SiteInterface {
    // Add any functions specific to this data type.

}