<?php declare(strict_types = 1); namespace Drupal\layout_content\Entity; /** * Provides a layout content interface. */ interface LayoutContentInterface { }
Главная | Обратная связь