$blueprint->field()
Returns a single field definition by name
$blueprint->field(string $name): array|null
Parameters
Name | Type | Default |
---|---|---|
$namerequired | string |
no default value |
Return types
array
ornull
This method modifies the existing $blueprint
object it is applied to and returns it again.