19declare(strict_types=1);
69 public function text(
string $label, ?
string $byline =
null):
Text;
304 public function tag(
string $label, array $tags, ?
string $byline =
null):
Tag;
387 public function select(
string $label, array $options, ?
string $byline =
null):
Select;
476 public function radio(
string $label, ?
string $byline =
null):
Radio;
635 ?
string $byline =
null,
703 ImagePurpose $image_purpose,
705 ?
string $byline =
null,
736 public function url(
string $label, ?
string $byline =
null):
Url;
764 public function link(
string $label, ?
string $byline =
null):
Link;
955 ?
string $byline =
null,
1023 ?
string $byline =
null,
ImagePurpose
This enum provides options to categorise the purpose of an image, which will be used to determine whe...
This describes text inputs.
This describes Textarea inputs.