<?php declare(strict_types=1); namespace Drupal\page_tester; /** * Interface for tests_data plugins. */ interface TestsDataInterface { /** * Returns the translated plugin label. */ public function label(): string; }
Главная | Обратная связь