You are here

Files in Range 8

Primary tabs

File namesort descending Location Namespace Description
core.entity_view_display.node.page.default_formatter.yml tests/fixtures/update/core.entity_view_display.node.page.default_formatter.yml tests/fixtures/update/core.entity_view_display.node.page.default_formatter.yml
core.entity_view_display.node.page.unformatted_formatter.yml tests/fixtures/update/core.entity_view_display.node.page.unformatted_formatter.yml tests/fixtures/update/core.entity_view_display.node.page.unformatted_formatter.yml
core.entity_view_mode.node.default_formatter.yml tests/fixtures/update/core.entity_view_mode.node.default_formatter.yml tests/fixtures/update/core.entity_view_mode.node.default_formatter.yml
core.entity_view_mode.node.unformatted_formatter.yml tests/fixtures/update/core.entity_view_mode.node.unformatted_formatter.yml tests/fixtures/update/core.entity_view_mode.node.unformatted_formatter.yml
DecimalFormatterTest.php tests/src/Kernel/Formatter/DecimalFormatterTest.php Drupal\Tests\range\Kernel\Formatter
DecimalSprintfFormatterTest.php tests/src/Kernel/Formatter/DecimalSprintfFormatterTest.php Drupal\Tests\range\Kernel\Formatter
drupal-8.range-8100.php tests/fixtures/update/drupal-8.range-8100.php A database agnostic dump for testing purposes.
drupal6.php tests/fixtures/drupal6.php A database agnostic dump for testing purposes.
drupal7.php tests/fixtures/drupal7.php A database agnostic dump for testing purposes.
drupalci.yml drupalci.yml drupalci.yml
field.field.node.page.field_decimal.yml tests/fixtures/update/field.field.node.page.field_decimal.yml tests/fixtures/update/field.field.node.page.field_decimal.yml
field.field.node.page.field_float.yml tests/fixtures/update/field.field.node.page.field_float.yml tests/fixtures/update/field.field.node.page.field_float.yml
field.field.node.page.field_integer.yml tests/fixtures/update/field.field.node.page.field_integer.yml tests/fixtures/update/field.field.node.page.field_integer.yml
field.storage.node.field_decimal.yml tests/fixtures/update/field.storage.node.field_decimal.yml tests/fixtures/update/field.storage.node.field_decimal.yml
field.storage.node.field_float.yml tests/fixtures/update/field.storage.node.field_float.yml tests/fixtures/update/field.storage.node.field_float.yml
field.storage.node.field_integer.yml tests/fixtures/update/field.storage.node.field_integer.yml tests/fixtures/update/field.storage.node.field_integer.yml
FormatterTestBase.php tests/src/Kernel/Formatter/FormatterTestBase.php Drupal\Tests\range\Kernel\Formatter
IntegerFormatterTest.php tests/src/Kernel/Formatter/IntegerFormatterTest.php Drupal\Tests\range\Kernel\Formatter
IntegerSprintfFormatterTest.php tests/src/Kernel/Formatter/IntegerSprintfFormatterTest.php Drupal\Tests\range\Kernel\Formatter
MigrateRangeFieldTest.php tests/src/Kernel/Migrate/d6/MigrateRangeFieldTest.php Drupal\Tests\range\Kernel\Migrate\d6
MigrateRangeFieldTest.php tests/src/Kernel/Migrate/d7/MigrateRangeFieldTest.php Drupal\Tests\range\Kernel\Migrate\d7
range-formatter-range-combined.html.twig templates/range-formatter-range-combined.html.twig Default theme implementation of a range with a combined value.
range-formatter-range-separate.html.twig templates/range-formatter-range-separate.html.twig Default theme implementation of a range with separate values.
range.field-widget.css css/range.field-widget.css Visual styles for range field widget.
range.info.yml range.info.yml range.info.yml
range.install range.install Install, update and uninstall functions for the range module.
range.libraries.yml range.libraries.yml range.libraries.yml
range.migrate_drupal.yml migrations/state/range.migrate_drupal.yml migrations/state/range.migrate_drupal.yml
range.module range.module Defines a numeric range field type.
Range.php src/Plugin/views/filter/Range.php Drupal\range\Plugin\views\filter
Range.php src/Plugin/views/argument/Range.php Drupal\range\Plugin\views\argument
range.schema.yml config/schema/range.schema.yml config/schema/range.schema.yml
range.views.inc range.views.inc Provides views data for the range module.
range.views.schema.yml config/schema/range.views.schema.yml config/schema/range.views.schema.yml
RangeBothValuesRequiredConstraint.php src/Plugin/Validation/Constraint/RangeBothValuesRequiredConstraint.php Drupal\range\Plugin\Validation\Constraint
RangeBothValuesRequiredConstraintValidator.php src/Plugin/Validation/Constraint/RangeBothValuesRequiredConstraintValidator.php Drupal\range\Plugin\Validation\Constraint
RangeBothValuesRequiredConstraintValidatorTest.php tests/src/Unit/Plugin/Validation/Constraint/RangeBothValuesRequiredConstraintValidatorTest.php Drupal\Tests\range\Unit\Plugin\Validation\Constraint
RangeBrowserTestBase.php tests/src/Functional/RangeBrowserTestBase.php Drupal\Tests\range\Functional
RangeDecimalFormatter.php src/Plugin/Field/FieldFormatter/RangeDecimalFormatter.php Drupal\range\Plugin\Field\FieldFormatter
RangeDecimalFormatterUiTest.php tests/src/Functional/Formatter/RangeDecimalFormatterUiTest.php Drupal\Tests\range\Functional\Formatter
RangeDecimalItem.php src/Plugin/Field/FieldType/RangeDecimalItem.php Drupal\range\Plugin\Field\FieldType
RangeDecimalSprintfFormatter.php src/Plugin/Field/FieldFormatter/RangeDecimalSprintfFormatter.php Drupal\range\Plugin\Field\FieldFormatter
RangeDecimalSprintfFormatterUiTest.php tests/src/Functional/Formatter/RangeDecimalSprintfFormatterUiTest.php Drupal\Tests\range\Functional\Formatter
RangeField.php src/Plugin/migrate/process/d6/RangeField.php Drupal\range\Plugin\migrate\process\d6
RangeField.php src/Plugin/migrate/field/d6/RangeField.php Drupal\range\Plugin\migrate\field\d6
RangeField.php src/Plugin/migrate/field/d7/RangeField.php Drupal\range\Plugin\migrate\field\d7
RangeFieldFormatterSettings.php src/Plugin/migrate/process/d6/RangeFieldFormatterSettings.php Drupal\range\Plugin\migrate\process\d6
RangeFieldFormatterSettingsTest.php tests/src/Unit/Plugin/migrate/process/d6/RangeFieldFormatterSettingsTest.php Drupal\Tests\range\Unit\Plugin\migrate\process\d6
RangeFieldInstanceDefaults.php src/Plugin/migrate/process/d6/RangeFieldInstanceDefaults.php Drupal\range\Plugin\migrate\process\d6
RangeFieldInstanceDefaultsTest.php tests/src/Unit/Plugin/migrate/process/d6/RangeFieldInstanceDefaultsTest.php Drupal\Tests\range\Unit\Plugin\migrate\process\d6

Pages

Other projects