Search for field_

  1. Search 7.x for field_
  2. Search 9.5.x for field_
  3. Search 10.3.x for field_
  4. Search 11.x for field_
  5. Other projects
Title Object type File name Summary
NumberField::__construct function core/lib/Drupal/Core/Field/Plugin/migrate/field/d7/NumberField.php Constructs a \Drupal\Component\Plugin\PluginBase object.
NumberFieldRdfaTest class core/modules/rdf/tests/src/Kernel/Field/NumberFieldRdfaTest.php Tests RDFa output by number field formatters.
NumberFieldRdfaTest.php file core/modules/rdf/tests/src/Kernel/Field/NumberFieldRdfaTest.php
NumberFieldRdfaTest::createTestEntity function core/modules/rdf/tests/src/Kernel/Field/NumberFieldRdfaTest.php Creates the RDF mapping for the field.
NumberFieldRdfaTest::testDecimalFormatter function core/modules/rdf/tests/src/Kernel/Field/NumberFieldRdfaTest.php Tests the decimal formatter.
NumberFieldRdfaTest::testDecimalFormatterWithSettings function core/modules/rdf/tests/src/Kernel/Field/NumberFieldRdfaTest.php Tests the decimal formatter with settings.
NumberFieldRdfaTest::testFloatFormatter function core/modules/rdf/tests/src/Kernel/Field/NumberFieldRdfaTest.php Tests the float formatter.
NumberFieldRdfaTest::testFloatFormatterWithScale function core/modules/rdf/tests/src/Kernel/Field/NumberFieldRdfaTest.php Tests the float formatter with a scale. Scale is not exercised.
NumberFieldRdfaTest::testFloatFormatterWithScaleExercised function core/modules/rdf/tests/src/Kernel/Field/NumberFieldRdfaTest.php Tests the float formatter with a scale. Scale is exercised.
NumberFieldRdfaTest::testFloatFormatterWithSettings function core/modules/rdf/tests/src/Kernel/Field/NumberFieldRdfaTest.php Tests the float formatter with settings.
NumberFieldRdfaTest::testIntegerFormatter function core/modules/rdf/tests/src/Kernel/Field/NumberFieldRdfaTest.php Tests the integer formatter.
NumberFieldRdfaTest::testIntegerFormatterWithSettings function core/modules/rdf/tests/src/Kernel/Field/NumberFieldRdfaTest.php Tests the integer formatter with settings.
NumberFieldTest class core/modules/field/tests/src/Functional/Number/NumberFieldTest.php Tests the creation of numeric fields.
NumberFieldTest class core/modules/field/tests/src/FunctionalJavascript/Number/NumberFieldTest.php Tests the numeric field widget.
NumberFieldTest.php file core/modules/field/tests/src/FunctionalJavascript/Number/NumberFieldTest.php
NumberFieldTest.php file core/modules/field/tests/src/Functional/Number/NumberFieldTest.php
NumberFieldTest::$defaultTheme property core/modules/field/tests/src/Functional/Number/NumberFieldTest.php The theme to install as the default for testing.
NumberFieldTest::$defaultTheme property core/modules/field/tests/src/FunctionalJavascript/Number/NumberFieldTest.php The theme to install as the default for testing.
NumberFieldTest::$modules property core/modules/field/tests/src/FunctionalJavascript/Number/NumberFieldTest.php Modules to enable.
NumberFieldTest::$modules property core/modules/field/tests/src/Functional/Number/NumberFieldTest.php Modules to enable.
NumberFieldTest::assertSetMinimumValue function core/modules/field/tests/src/Functional/Number/NumberFieldTest.php Helper function to set the minimum value of a field.
NumberFieldTest::setUp function core/modules/field/tests/src/Functional/Number/NumberFieldTest.php
NumberFieldTest::setUp function core/modules/field/tests/src/FunctionalJavascript/Number/NumberFieldTest.php
NumberFieldTest::testCreateNumberDecimalField function core/modules/field/tests/src/Functional/Number/NumberFieldTest.php Tests setting the minimum value of a decimal field through the interface.
NumberFieldTest::testCreateNumberFloatField function core/modules/field/tests/src/Functional/Number/NumberFieldTest.php Tests setting the minimum value of a float field through the interface.
NumberFieldTest::testNumberDecimalField function core/modules/field/tests/src/Functional/Number/NumberFieldTest.php Test decimal field.
NumberFieldTest::testNumberFloatField function core/modules/field/tests/src/Functional/Number/NumberFieldTest.php Test float field.
NumberFieldTest::testNumberFormatter function core/modules/field/tests/src/FunctionalJavascript/Number/NumberFieldTest.php Test default formatter behavior.
NumberFieldTest::testNumberIntegerField function core/modules/field/tests/src/Functional/Number/NumberFieldTest.php Test integer field.
NumberItemTest::dataNumberFieldSettingsProvider function core/modules/field/tests/src/Kernel/Number/NumberItemTest.php Data provider for testConstraints.
NumberListField.php file core/modules/options/src/Plugin/views/argument/NumberListField.php
NumberListField::$allowedValues property core/modules/options/src/Plugin/views/argument/NumberListField.php Stores the allowed values of this field.
NumberListField::buildOptionsForm function core/modules/options/src/Plugin/views/argument/NumberListField.php Provide a form to edit options for this plugin.
NumberListField::defineOptions function core/modules/options/src/Plugin/views/argument/NumberListField.php Information about options for all kinds of purposes will be held here.
NumberListField::init function core/modules/options/src/Plugin/views/argument/NumberListField.php Overrides Drupal\views\Plugin\views\HandlerBase:init().
NumberListField::summaryName function core/modules/options/src/Plugin/views/argument/NumberListField.php Provides the name to use for the summary. By default this is just
the name field.
NumericField.php file core/modules/views/src/Plugin/views/field/NumericField.php
NumericField::buildOptionsForm function core/modules/views/src/Plugin/views/field/NumericField.php Default options form that provides the label widget that all fields
should have.
NumericField::defineOptions function core/modules/views/src/Plugin/views/field/NumericField.php Information about options for all kinds of purposes will be held here.
NumericField::render function core/modules/views/src/Plugin/views/field/NumericField.php Renders the field.
NumericField::submitOptionsForm function core/modules/views/src/Plugin/views/field/NumericField.php Performs some cleanup tasks on the options array before saving it.
NumericItemBase::defaultFieldSettings function core/lib/Drupal/Core/Field/Plugin/Field/FieldType/NumericItemBase.php Defines the field-level settings for this plugin.
NumericItemBase::fieldSettingsForm function core/lib/Drupal/Core/Field/Plugin/Field/FieldType/NumericItemBase.php Returns a form for the field-level settings.
OEmbed::getSourceFieldConstraints function core/modules/media/src/Plugin/media/Source/OEmbed.php Gets media source-specific validation constraints for a source field.
OpmlFields class core/modules/views/src/Plugin/views/row/OpmlFields.php Renders an OPML item based on fields.
OpmlFields.php file core/modules/views/src/Plugin/views/row/OpmlFields.php
OpmlFields::$usesFields property core/modules/views/src/Plugin/views/row/OpmlFields.php Does the row plugin support to add fields to its output.
OpmlFields::buildOptionsForm function core/modules/views/src/Plugin/views/row/OpmlFields.php Provide a form for setting options.
OpmlFields::defineOptions function core/modules/views/src/Plugin/views/row/OpmlFields.php Information about options for all kinds of purposes will be held here.
OpmlFields::getField function core/modules/views/src/Plugin/views/row/OpmlFields.php Retrieves a views field value from the style plugin.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.