<?php namespace Drupal\commands; /** * Interface for task_command plugins. */ interface CommandInterface { /** * Returns the translated plugin label. * * @return string * The translated title. */ public function label(); }
Главная | Обратная связь