<?php namespace Drupal\rules\TypedData\Type; /** * Interface for site data. */ interface SiteInterface { // Add any functions specific to this data type. }
Главная | Обратная связь