Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
3454b344
Commit
3454b344
authored
Jul 29, 2013
by
alexpott
Browse files
Issue
#2015691
follow-up by amateescu: Convert field type to typed data plugin for number module.
parent
5f317ad6
Changes
3
Hide whitespace changes
Inline
Side-by-side
core/modules/number/lib/Drupal/number/Plugin/field/field_type/DecimalItem.php
View file @
3454b344
...
@@ -17,7 +17,6 @@
...
@@ -17,7 +17,6 @@
*
*
* @FieldType(
* @FieldType(
* id = "number_decimal",
* id = "number_decimal",
* module = "number",
* label = @Translation("Decimal"),
* label = @Translation("Decimal"),
* description = @Translation("This field stores a number in the database in a fixed decimal format."),
* description = @Translation("This field stores a number in the database in a fixed decimal format."),
* settings = {
* settings = {
...
...
core/modules/number/lib/Drupal/number/Plugin/field/field_type/FloatItem.php
View file @
3454b344
...
@@ -16,7 +16,6 @@
...
@@ -16,7 +16,6 @@
*
*
* @FieldType(
* @FieldType(
* id = "number_float",
* id = "number_float",
* module = "number",
* label = @Translation("Float"),
* label = @Translation("Float"),
* description = @Translation("This field stores a number in the database in a floating point format."),
* description = @Translation("This field stores a number in the database in a floating point format."),
* instance_settings = {
* instance_settings = {
...
...
core/modules/number/lib/Drupal/number/Plugin/field/field_type/IntegerItem.php
View file @
3454b344
...
@@ -16,7 +16,6 @@
...
@@ -16,7 +16,6 @@
*
*
* @FieldType(
* @FieldType(
* id = "number_integer",
* id = "number_integer",
* module = "number",
* label = @Translation("Integer"),
* label = @Translation("Integer"),
* description = @Translation("This field stores a number in the database as an integer."),
* description = @Translation("This field stores a number in the database as an integer."),
* instance_settings = {
* instance_settings = {
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment