9 string references to 'Any'
- ContextDefinition::dataTypeMatches in core/
lib/ Drupal/ Core/ Plugin/ Context/ ContextDefinition.php - Checks if this definition's data type matches that of the given context.
- DataDefinition::getDataType in core/
lib/ Drupal/ Core/ TypedData/ DataDefinition.php - Returns the data type of the data.
- FloatItem::fieldSettingsForm in core/
lib/ Drupal/ Core/ Field/ Plugin/ Field/ FieldType/ FloatItem.php - Returns a form for the field-level settings.
- ListDataDefinition::createFromDataType in core/
lib/ Drupal/ Core/ TypedData/ ListDataDefinition.php - Creates a new data definition object.
- ListFloatItem::storageSettingsForm in core/
modules/ options/ src/ Plugin/ Field/ FieldType/ ListFloatItem.php - Returns a form for the storage-level settings.
- Number::validateNumber in core/
lib/ Drupal/ Core/ Render/ Element/ Number.php - Form element validation handler for #type 'number'.
- NumberWidget::formElement in core/
lib/ Drupal/ Core/ Field/ Plugin/ Field/ FieldWidget/ NumberWidget.php - Returns the form for a single field widget.
- Range::valueCallback in core/
lib/ Drupal/ Core/ Render/ Element/ Range.php - Determines how user input is mapped to an element's #value property.
- TypeConstraint::validateType in vendor/
justinrainbow/ json-schema/ src/ JsonSchema/ Constraints/ TypeConstraint.php - Verifies that a given value is of a certain type