Initial Drupal 11 with DDEV setup
This commit is contained in:
17
vendor/chi-teck/drupal-code-generator/src/Command/LabelInterface.php
vendored
Normal file
17
vendor/chi-teck/drupal-code-generator/src/Command/LabelInterface.php
vendored
Normal file
@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace DrupalCodeGenerator\Command;
|
||||
|
||||
/**
|
||||
* Interface for generators that provide human-readable label.
|
||||
*/
|
||||
interface LabelInterface {
|
||||
|
||||
/**
|
||||
* Returns the human-readable command label.
|
||||
*/
|
||||
public function getLabel(): ?string;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user