SiteInterface.php

Namespace

Drupal\rules\TypedData\Type

File

src/TypedData/Type/SiteInterface.php

View source
<?php

namespace Drupal\rules\TypedData\Type;


/**
 * Interface for site data.
 */
interface SiteInterface {
    // Add any functions specific to this data type.

}

Interfaces

Title Deprecated Summary
SiteInterface Interface for site data.