Search for getCastedValue
- Search 7.x for getCastedValue
- Search 9.5.x for getCastedValue
- Search 8.9.x for getCastedValue
- Search 10.3.x for getCastedValue
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
BinaryData::getCastedValue | function | core/ |
Gets the primitive data value casted to the correct PHP type. |
BooleanData::getCastedValue | function | core/ |
#[JsonSchema([ 'type' => 'boolean', ])] |
ComputedString::getCastedValue | function | core/ |
|
DecimalData::getCastedValue | function | core/ |
#[JsonSchema([ 'type' => 'string', 'format' => 'number', ])] |
DurationIso8601::getCastedValue | function | core/ |
#[JsonSchema([ 'type' => 'string', 'format' => 'duration', ])] |
Email::getCastedValue | function | core/ |
#[JsonSchema([ 'type' => 'string', 'format' => 'email', ])] |
FloatData::getCastedValue | function | core/ |
#[JsonSchema([ 'type' => 'number', ])] |
IntegerData::getCastedValue | function | core/ |
#[JsonSchema([ 'type' => 'integer', ])] |
PrimitiveInterface::getCastedValue | function | core/ |
Gets the primitive data value casted to the correct PHP type. |
StringData::getCastedValue | function | core/ |
#[JsonSchema([ 'type' => 'string', ])] |
Uri::getCastedValue | function | core/ |
#[JsonSchema([ 'type' => 'string', 'format' => 'uri', ])] |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.