Class craft\fields\Number
- Inheritance
- craft\fields\Number » craft\base\Field » craft\base\SavableComponent » craft\base\Component » craft\base\Model » yii\base\Model » yii\base\Component » yii\base\BaseObject
- Implements
- ArrayAccess, IteratorAggregate, craft\base\ComponentInterface, craft\base\FieldInterface, craft\base\PreviewableFieldInterface, craft\base\SavableComponentInterface, yii\base\Arrayable, yii\base\Configurable, yii\base\StaticInstanceInterface
- Uses Traits
- craft\base\FieldTrait, craft\base\SavableComponentTrait, yii\base\ArrayableTrait, yii\base\StaticInstanceTrait
- Available since version
- 3.0
- Source Code
- https://github.com/craftcms/cms/blob/master/src/fields/Number.php
Number represents a Number field.
Property | Type | Description | Defined By |
---|---|---|---|
$columnPrefix |
string, null | The field’s content column prefix | craft\base\FieldTrait |
$context |
string, null | The field’s context | craft\base\FieldTrait |
$dateCreated |
DateTime, null | The date that the component was created | craft\base\SavableComponentTrait |
$dateUpdated |
DateTime, null | The date that the component was last updated | craft\base\SavableComponentTrait |
$decimals |
integer | The number of digits allowed after the decimal point | craft\fields\Number |
$groupId |
integer, null | The field’s group’s ID | craft\base\FieldTrait |
$handle |
string, null | The field’s handle | craft\base\FieldTrait |
$id |
integer, string, null | The component’s ID (could be a temporary one: "new:X") | craft\base\SavableComponentTrait |
$instructions |
string, null | The field’s instructions | craft\base\FieldTrait |
$layoutId |
integer, null | The ID of the field layout that the field was fetched from | craft\base\FieldTrait |
$max |
integer, float, null | The maximum allowed number | craft\fields\Number |
$min |
integer, float | The minimum allowed number | craft\fields\Number |
$name |
string, null | The field’s name | craft\base\FieldTrait |
$oldHandle |
string, null | The field’s previous handle | craft\base\FieldTrait |
$required |
boolean, null | Whether the field is required in the field layout it was fetched from | craft\base\FieldTrait |
$size |
integer, null | The size of the field | craft\fields\Number |
$sortOrder |
integer, null | The field’s sort position in the field layout it was fetched from | craft\base\FieldTrait |
$tabId |
integer, null | The tab ID of the field layout that the field was fetched from | craft\base\FieldTrait |
$translationKeyFormat |
string, null | The field’s translation key format, if $translationMethod is "custom" | craft\base\FieldTrait |
$translationMethod |
string | The field’s translation method | craft\base\FieldTrait |
Method | Description | Defined By |
---|---|---|
__call() |
Calls the named method which is not a class method. | yii\base\BaseObject |
__clone() |
This method is called after the object is created by cloning an existing one. | yii\base\Component |
__construct() |
Constructor. | yii\base\BaseObject |
__get() |
Returns the value of an object property. | yii\base\BaseObject |
__isset() |
Checks if a property is set, i.e. defined and not null. | yii\base\BaseObject |
__set() |
Sets value of an object property. | yii\base\BaseObject |
__toString() |
craft\base\Field | |
__unset() |
Sets an object property to null. | yii\base\BaseObject |
activeAttributes() |
Returns the attribute names that are subject to validation in the current scenario. | yii\base\Model |
addError() |
Adds a new error to the specified attribute. | yii\base\Model |
addErrors() |
Adds a list of errors. | yii\base\Model |
addModelErrors() |
Adds errors from another model, with a given attribute name prefix. | craft\base\Model |
afterDelete() |
Performs actions after a component is deleted. | craft\base\SavableComponentInterface |
afterElementDelete() |
Performs actions after the element has been deleted. | craft\base\Field |
afterElementSave() |
Performs actions after the element has been saved. | craft\base\Field |
afterSave() |
Performs actions after a component is saved. | craft\base\SavableComponentInterface |
afterValidate() |
This method is invoked after validation ends. | yii\base\Model |
attachBehavior() |
Attaches a behavior to this component. | yii\base\Component |
attachBehaviors() |
Attaches a list of behaviors to the component. | yii\base\Component |
attributeHints() |
Returns the attribute hints. | yii\base\Model |
attributeLabels() |
Returns the attribute labels. | yii\base\Model |
attributes() |
Returns the list of attribute names. | yii\base\Model |
beforeDelete() |
Performs actions before a component is deleted. | craft\base\SavableComponentInterface |
beforeElementDelete() |
Performs actions before an element is deleted. | craft\base\Field |
beforeElementSave() |
Performs actions before an element is saved. | craft\base\Field |
beforeSave() |
Performs actions before a component is saved. | craft\base\Field |
beforeValidate() |
This method is invoked before validation starts. | yii\base\Model |
behaviors() |
Returns a list of behaviors that this component should behave as. | craft\base\Component |
canGetProperty() |
Returns a value indicating whether a property can be read. | yii\base\BaseObject |
canSetProperty() |
Returns a value indicating whether a property can be set. | yii\base\BaseObject |
className() |
Returns the fully qualified name of this class. | yii\base\BaseObject |
clearErrors() |
Removes errors for all attributes or a single attribute. | yii\base\Model |
createValidators() |
Creates validator objects based on the validation rules specified in rules(). | yii\base\Model |
datetimeAttributes() |
Returns the names of any attributes that should hold DateTime values. | craft\base\Model |
detachBehavior() |
Detaches a behavior from the component. | yii\base\Component |
detachBehaviors() |
Detaches all behaviors from the component. | yii\base\Component |
displayName() |
Returns the display name of this class. | craft\fields\Number |
ensureBehaviors() |
Makes sure that the behaviors declared in behaviors() are attached to this component. | yii\base\Component |
extraFields() |
Returns the list of fields that can be expanded further and returned by toArray(). | yii\base\ArrayableTrait |
fields() |
Returns the list of fields that should be returned by default by toArray() when no specific fields are specified. | yii\base\ArrayableTrait |
formName() |
Returns the form name that this model class should use. | yii\base\Model |
generateAttributeLabel() |
Generates a user friendly attribute label based on the give attribute name. | yii\base\Model |
getActiveValidators() |
Returns the validators applicable to the current \yii\base\scenario. | yii\base\Model |
getAttributeHint() |
Returns the text hint for the specified attribute. | yii\base\Model |
getAttributeLabel() |
Returns the text label for the specified attribute. | yii\base\Model |
getAttributes() |
Returns attribute values. | yii\base\Model |
getBehavior() |
Returns the named behavior object. | yii\base\Component |
getBehaviors() |
Returns all behaviors attached to this component. | yii\base\Component |
getContentColumnType() |
Returns the column type that this field should get within the content table. | craft\fields\Number |
getElementValidationRules() |
Returns the validation rules for an element with this field. | craft\fields\Number |
getError() |
Returns the first error of the specified attribute. | craft\base\Model |
getErrorSummary() |
Returns the errors for all attributes as a one-dimensional array. | yii\base\Model |
getErrors() |
Returns the errors for all attributes or a single attribute. | yii\base\Model |
getFirstError() |
Returns the first error of the specified attribute. | yii\base\Model |
getFirstErrors() |
Returns the first error of every attribute in the model. | yii\base\Model |
getGroup() |
Returns the field’s group. | craft\base\Field |
getInputHtml() |
Returns the field’s input HTML. | craft\fields\Number |
getIsNew() |
Returns whether the component is new (unsaved). | craft\base\SavableComponentInterface |
getIsTranslatable() |
Returns whether the field should be shown as translatable in the UI. | craft\base\Field |
getIterator() |
Returns an iterator for traversing the attributes in the model. | yii\base\Model |
getScenario() |
Returns the scenario that this model is used in. | yii\base\Model |
getSearchKeywords() |
Returns the search keywords that should be associated with this field. | craft\base\Field |
getSettings() |
Returns an array of the component’s settings. | craft\base\SavableComponentInterface |
getSettingsHtml() |
Returns the component’s settings HTML. | craft\fields\Number |
getStaticHtml() |
Returns a static (non-editable) version of the field’s input HTML. | craft\base\Field |
getTableAttributeHtml() |
Returns the HTML that should be shown for this field in Table View. | craft\base\Field |
getTranslationKey() |
Returns the field’s translation key, based on a given element. | craft\base\Field |
getValidators() |
Returns all the validators declared in rules(). | yii\base\Model |
hasContentColumn() |
Returns whether this field has a column in the content table. | craft\base\Field |
hasErrors() |
Returns a value indicating whether there is any validation error. | yii\base\Model |
hasEventHandlers() |
Returns a value indicating whether there is any handler attached to the named event. | yii\base\Component |
hasMethod() |
Returns a value indicating whether a method is defined. | yii\base\BaseObject |
hasProperty() |
Returns a value indicating whether a property is defined. | yii\base\BaseObject |
init() |
Initializes the object. | craft\fields\Number |
instance() |
Returns static class instance, which can be used to obtain meta information. | yii\base\StaticInstanceTrait |
isAttributeActive() |
Returns a value indicating whether the attribute is active in the current scenario. | yii\base\Model |
isAttributeRequired() |
Returns a value indicating whether the attribute is required. | yii\base\Model |
isAttributeSafe() |
Returns a value indicating whether the attribute is safe for massive assignments. | yii\base\Model |
isEmpty() |
craft\base\Field | |
isSelectable() |
Returns whether the component should be selectable in component Type selects. | craft\base\SavableComponentInterface |
isValueEmpty() |
Returns whether the given value should be considered “empty” to a validator. | craft\base\Field |
load() |
Populates the model with input data. | yii\base\Model |
loadMultiple() |
Populates a set of models with the data from end user. | yii\base\Model |
modifyElementsQuery() |
Modifies an element query. | craft\base\Field |
normalizeValue() |
Normalizes the field’s value for use. | craft\fields\Number |
off() |
Detaches an existing event handler from this component. | yii\base\Component |
offsetExists() |
Returns whether there is an element at the specified offset. | yii\base\Model |
offsetGet() |
Returns the element at the specified offset. | yii\base\Model |
offsetSet() |
Sets the element at the specified offset. | yii\base\Model |
offsetUnset() |
Sets the element value at the specified offset to null. | yii\base\Model |
on() |
Attaches an event handler to an event. | yii\base\Component |
onUnsafeAttribute() |
This method is invoked when an unsafe attribute is being massively assigned. | yii\base\Model |
rules() |
Returns the validation rules for attributes. | craft\fields\Number |
safeAttributes() |
Returns the attribute names that are safe to be massively assigned in the current scenario. | yii\base\Model |
scenarios() |
Returns a list of scenarios and the corresponding active attributes. | yii\base\Model |
serializeValue() |
Prepares the field’s value to be stored somewhere, like the content table or JSON-encoded in an entry revision table. | craft\base\Field |
setAttributes() |
Sets the attribute values in a massive way. | yii\base\Model |
setIsFresh() |
Sets whether the field is fresh. | craft\base\Field |
setScenario() |
Sets the scenario for the model. | yii\base\Model |
settingsAttributes() |
Returns the list of settings attribute names. | craft\base\SavableComponentInterface |
supportedTranslationMethods() |
Returns which translation methods the field supports. | craft\base\Field |
toArray() |
Converts the model into an array. | yii\base\ArrayableTrait |
trigger() |
Triggers an event. | yii\base\Component |
validate() |
Validates the component. | craft\base\SavableComponentInterface |
validateMultiple() |
Validates multiple models. | yii\base\Model |
Method | Description | Defined By |
---|---|---|
extractFieldsFor() |
Extract nested fields from a fields collection for a given root field Nested fields are separated with dots (.). e.g: "item.id" The previous example would extract "id". | yii\base\ArrayableTrait |
extractRootFields() |
Extracts the root field names from nested fields. | yii\base\ArrayableTrait |
isFresh() |
Returns whether this is the first time the element's content has been edited. | craft\base\Field |
requestParamName() |
Returns the field’s param name on the request. | craft\base\Field |
resolveFields() |
Determines which fields can be returned by toArray(). | yii\base\ArrayableTrait |
Event | Type | Description | Defined By |
---|---|---|---|
EVENT_AFTER_DELETE |
yii\base\Event | The event that is triggered after the component is deleted | craft\base\SavableComponent |
EVENT_AFTER_ELEMENT_DELETE |
craft\events\FieldElementEvent | The event that is triggered after the element is deleted | craft\base\Field |
EVENT_AFTER_ELEMENT_SAVE |
craft\events\FieldElementEvent | The event that is triggered after the element is saved | craft\base\Field |
EVENT_AFTER_SAVE |
craft\events\ModelEvent | The event that is triggered after the component is saved | craft\base\SavableComponent |
EVENT_AFTER_VALIDATE |
yii\base\Event | An event raised at the end of validate() | yii\base\Model |
EVENT_BEFORE_DELETE |
craft\events\ModelEvent |
The event that is triggered before the component is deleted
You may set craft\events\ModelEvent::$isValid to false to prevent the component from getting deleted. |
craft\base\SavableComponent |
EVENT_BEFORE_ELEMENT_DELETE |
craft\events\FieldElementEvent |
The event that is triggered before the element is deleted
You may set craft\events\FieldElementEvent::$isValid to false to prevent the element from getting deleted. |
craft\base\Field |
EVENT_BEFORE_ELEMENT_SAVE |
craft\events\FieldElementEvent |
The event that is triggered before the element is saved
You may set craft\events\FieldElementEvent::$isValid to false to prevent the element from getting saved. |
craft\base\Field |
EVENT_BEFORE_SAVE |
craft\events\ModelEvent |
The event that is triggered before the component is saved
You may set craft\events\ModelEvent::$isValid to false to prevent the component from getting saved. |
craft\base\SavableComponent |
EVENT_BEFORE_VALIDATE |
yii\base\ModelEvent | An event raised at the beginning of validate(). | yii\base\Model |
EVENT_DEFINE_BEHAVIORS |
craft\events\DefineBehaviorsEvent | The event that is triggered when defining the class behaviors | craft\base\Component |
EVENT_INIT |
yii\base\Event | The event that is triggered after the component's init cycle | craft\base\Component |
Constant | Value | Description | Defined By |
---|---|---|---|
SCENARIO_DEFAULT |
'default' | The name of the default scenario. | yii\base\Model |
TRANSLATION_METHOD_CUSTOM |
'custom' | craft\base\Field | |
TRANSLATION_METHOD_LANGUAGE |
'language' | craft\base\Field | |
TRANSLATION_METHOD_NONE |
'none' | craft\base\Field | |
TRANSLATION_METHOD_SITE |
'site' | craft\base\Field | |
TRANSLATION_METHOD_SITE_GROUP |
'siteGroup' | craft\base\Field |
Property Details
$decimals
public property
#
The number of digits allowed after the decimal point
public integer $decimals = 0
$max
public property
#
The maximum allowed number
public integer, float, null $max = null
$min
public property
#
The minimum allowed number
public integer, float $min = 0
$size
public property
#
The size of the field
public integer, null $size = null
Method Details
displayName()
public static method
#
Returns the display name of this class.
public static string displayName ( )
return | string | The display name of this class. |
---|
getContentColumnType()
public method
#
Returns the column type that this field should get within the content table.
This method will only be called if hasContentColumn() returns true.
public string getContentColumnType ( )
return | string | The column type. yii\db\QueryBuilder::getColumnType() will be called
to convert the give column type to the physical one. For example, string will be converted
as varchar(255) and string(100) becomes varchar(100) . not null will automatically be
appended as well.
|
---|
getElementValidationRules()
public method
#
Returns the validation rules for an element with this field.
Rules should be defined in the array syntax required by yii\base\Model::rules(), with one difference: you can skip the first argument (the attribute list). Below are some examples:
[
// explicitly specify the field attribute
[$this->handle, 'string', 'min' => 3, 'max' => 12],
// skip the field attribute
['string', 'min' => 3, 'max' => 12],
// you can only pass the validator class name/handle if not setting any params
'bool',
];
public array getElementValidationRules ( )
getInputHtml()
public method
#
Returns the field’s input HTML.
An extremely simple implementation would be to directly return some HTML:
return '<textarea name="'.$name.'">'.$value.'</textarea>';
For more complex inputs, you might prefer to create a template, and render it via
craft\web\View::renderTemplate(). For example, the following code would render a template located at
path/to/myplugin/templates/_fieldinput.html
, passing the $name
and $value
variables to it:
return Craft::$app->view->renderTemplate('myplugin/_fieldinput', [
'name' => $name,
'value' => $value
]);
If you need to tie any JavaScript code to your input, it’s important to know that any name=
and id=
attributes within the returned HTML will probably get namespaced,
however your JavaScript code will be left untouched.
For example, if getInputHtml() returns the following HTML:
<textarea id="foo" name="foo"></textarea>
<script type="text/javascript">
var textarea = document.getElementById('foo');
</script>
…then it might actually look like this before getting output to the browser:
<textarea id="namespace-foo" name="namespace[foo]"></textarea>
<script type="text/javascript">
var textarea = document.getElementById('foo');
</script>
As you can see, that JavaScript code will not be able to find the textarea, because the textarea’s id=
attribute was changed from foo
to namespace-foo
.
Before you start adding namespace-
to the beginning of your element ID selectors, keep in mind that the actual
namespace is going to change depending on the context. Often they are randomly generated. So it’s not quite
that simple.
Thankfully, craft\web\View provides a couple handy methods that can help you deal with this:
- craft\web\View::namespaceInputId() will give you the namespaced version of a given ID.
- craft\web\View::namespaceInputName() will give you the namespaced version of a given input name.
- craft\web\View::formatInputId() will format an input name to look more like an ID attribute value.
So here’s what a getInputHtml() method that includes field-targeting JavaScript code might look like:
public function getInputHtml($value, $element)
{
// Come up with an ID value based on $name
$id = Craft::$app->view->formatInputId($name);
// Figure out what that ID is going to be namespaced into
$namespacedId = Craft::$app->view->namespaceInputId($id);
// Render and return the input template
return Craft::$app->view->renderTemplate('myplugin/_fieldinput', [
'name' => $name,
'id' => $id,
'namespacedId' => $namespacedId,
'value' => $value
]);
}
And the _fieldinput.html template might look like this:
<textarea id="{{ id }}" name="{{ name }}">{{ value }}</textarea>
<script type="text/javascript">
var textarea = document.getElementById('{{ namespacedId }}');
</script>
The same principles also apply if you’re including your JavaScript code with craft\web\View::registerJs().
public string getInputHtml ( $value, craft\base\ElementInterface $element = null )
$value |
mixed | The field’s value. This will either be the normalized value, raw POST data (i.e. if there was a validation error), or null |
$element |
craft\base\ElementInterface, null | The element the field is associated with, if there is one |
return | string | The input HTML. |
---|
getSettingsHtml()
public method
#
Returns the component’s settings HTML.
An extremely simple implementation would be to directly return some HTML:
return '<textarea name="foo">'.$this->foo.'</textarea>';
For more complex settings, you might prefer to create a template, and render it via
craft\web\View::renderTemplate(). For example, the following code would render a template located at
src/templates/_settings.html
, passing the settings to it:
return Craft::$app->view->renderTemplate('plugin-handle/_widget-settings', [
'widget' => $this
]);
If you need to tie any JavaScript code to your settings, it’s important to know that any name=
and id=
attributes within the returned HTML will probably get namespaced,
however your JavaScript code will be left untouched.
For example, if getSettingsHtml() returns the following HTML:
<textarea id="foo" name="foo"></textarea>
<script type="text/javascript">
var textarea = document.getElementById('foo');
</script>
…then it might actually look like this before getting output to the browser:
<textarea id="namespace-foo" name="namespace[foo]"></textarea>
<script type="text/javascript">
var textarea = document.getElementById('foo');
</script>
As you can see, that JavaScript code will not be able to find the textarea, because the textarea’s id=
attribute was changed from foo
to namespace-foo
.
Before you start adding namespace-
to the beginning of your element ID selectors, keep in mind that the actual
namespace is going to change depending on the context. Often they are randomly generated. So it’s not quite
that simple.
Thankfully, craft\web\View service provides a couple handy methods that can help you deal with this:
- craft\web\View::namespaceInputId() will give you the namespaced version of a given ID.
- craft\web\View::namespaceInputName() will give you the namespaced version of a given input name.
- craft\web\View::formatInputId() will format an input name to look more like an ID attribute value.
So here’s what a getSettingsHtml() method that includes field-targeting JavaScript code might look like:
public function getSettingsHtml()
{
// Come up with an ID value for 'foo'
$id = Craft::$app->getView()->formatInputId('foo');
// Figure out what that ID is going to be namespaced into
$namespacedId = Craft::$app->view->namespaceInputId($id);
// Render and return the input template
return Craft::$app->view->renderTemplate('plugin-handle/_widget-settings', [
'id' => $id,
'namespacedId' => $namespacedId,
'widget' => $this
]);
}
And the _widget-settings.twig template might look like this:
<textarea id="{{ id }}" name="foo">{{ widget.foo }}</textarea>
<script type="text/javascript">
var textarea = document.getElementById('{{ namespacedId }}');
</script>
The same principles also apply if you’re including your JavaScript code with craft\web\View::registerJs().
public string, null getSettingsHtml ( )
init()
public method
#
Initializes the object.
This method is invoked at the end of the constructor after the object is initialized with the given configuration.
public void init ( )
normalizeValue()
public method
#
Normalizes the field’s value for use.
This method is called when the field’s value is first accessed from the element. For example, the first time
entry.myFieldHandle
is called from a template, or right before getInputHtml() is called. Whatever
this method returns is what entry.myFieldHandle
will likewise return, and what getInputHtml()’s and
serializeValue()’s $value arguments will be set to.
public mixed normalizeValue ( $value, craft\base\ElementInterface $element = null )
$value |
mixed | The raw field value |
$element |
craft\base\ElementInterface, null | The element the field is associated with, if there is one |
return | mixed | The prepared field value |
---|
rules()
public method
#
Returns the validation rules for attributes.
Validation rules are used by validate() to check if attribute values are valid. Child classes may override this method to declare different validation rules.
Each rule is an array with the following structure:
[
['attribute1', 'attribute2'],
'validator type',
'on' => ['scenario1', 'scenario2'],
//...other parameters...
]
where
- attribute list: required, specifies the attributes array to be validated, for single attribute you can pass a string;
- validator type: required, specifies the validator to be used. It can be a built-in validator name, a method name of the model class, an anonymous function, or a validator class name.
- on: optional, specifies the \craft\fields\scenario array in which the validation rule can be applied. If this option is not set, the rule will apply to all scenarios.
- additional name-value pairs can be specified to initialize the corresponding validator properties. Please refer to individual validator class API for possible properties.
A validator can be either an object of a class extending \craft\fields\Validator, or a model class method (called inline validator) that has the following signature:
// $params refers to validation parameters given in the rule
function validatorName($attribute, $params)
In the above $attribute
refers to the attribute currently being validated while $params
contains an array of
validator configuration options such as max
in case of string
validator. The value of the attribute currently being validated
can be accessed as $this->$attribute
. Note the $
before attribute
; this is taking the value of the variable
$attribute
and using it as the name of the property to access.
Yii also provides a set of \craft\fields\Validator::builtInValidators. Each one has an alias name which can be used when specifying a validation rule.
Below are some examples:
[
// built-in "required" validator
[['username', 'password'], 'required'],
// built-in "string" validator customized with "min" and "max" properties
['username', 'string', 'min' => 3, 'max' => 12],
// built-in "compare" validator that is used in "register" scenario only
['password', 'compare', 'compareAttribute' => 'password2', 'on' => 'register'],
// an inline validator defined via the "authenticate()" method in the model class
['password', 'authenticate', 'on' => 'login'],
// a validator of class "DateRangeValidator"
['dateRange', 'DateRangeValidator'],
];
Note, in order to inherit rules defined in the parent class, a child class needs to
merge the parent rules with child rules using functions such as array_merge()
.
public array rules ( )
return | array | Validation rules |
---|