Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 8.9.x for %s
  4. Search 10.3.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
NumberWidget::defaultSettings function core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/NumberWidget.php Defines the default settings for this plugin.
NumberWidget::settingsForm function core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/NumberWidget.php Returns a form to configure settings for the widget.
NumberWidget::settingsSummary function core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/NumberWidget.php Returns a short summary for the current widget settings.
NumericArgument::buildOptionsForm function core/modules/views/src/Plugin/views/argument/NumericArgument.php Provide a form to edit options for this plugin.
NumericArgument::defineOptions function core/modules/views/src/Plugin/views/argument/NumericArgument.php Information about options for all kinds of purposes will be held here.
NumericArgument::getSortName function core/modules/views/src/Plugin/views/argument/NumericArgument.php Return a description of how the argument would normally be sorted.
NumericArgumentTitleTest class core/modules/views/tests/src/Unit/Plugin/argument/NumericArgumentTitleTest.php Tests the title() method of NumericArgument.
NumericArgumentTitleTest.php file core/modules/views/tests/src/Unit/Plugin/argument/NumericArgumentTitleTest.php
NumericArgumentTitleTest::createNumericArgument function core/modules/views/tests/src/Unit/Plugin/argument/NumericArgumentTitleTest.php Creates a NumericArgument instance for testing.
NumericArgumentTitleTest::testTitleWithBreakPhraseAndTokenValue function core/modules/views/tests/src/Unit/Plugin/argument/NumericArgumentTitleTest.php Tests title() method with break_phrase enabled token value.
NumericArgumentTitleTest::testTitleWithBreakPhraseOrOperator function core/modules/views/tests/src/Unit/Plugin/argument/NumericArgumentTitleTest.php Tests title() method with break_phrase enabled and OR operator.
NumericArgumentTitleTest::testTitleWithSingleValue function core/modules/views/tests/src/Unit/Plugin/argument/NumericArgumentTitleTest.php Tests title() method with single numeric value.
NumericField::buildOptionsForm function core/modules/views/src/Plugin/views/field/NumericField.php Default option form that provides 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::submitOptionsForm function core/modules/views/src/Plugin/views/field/NumericField.php Performs some cleanup tasks on the options array before saving it.
NumericFilter::$alwaysMultiple property core/modules/views/src/Plugin/views/filter/NumericFilter.php Exposed filter options.
NumericFilter::acceptExposedInput function core/modules/views/src/Plugin/views/filter/NumericFilter.php Do some minor translation of the exposed input.
NumericFilter::adminSummary function core/modules/views/src/Plugin/views/filter/NumericFilter.php Display the filter on the administrative summary.
NumericFilter::buildExposeForm function core/modules/views/src/Plugin/views/filter/NumericFilter.php Options form subform for exposed filter options.
NumericFilter::defaultExposeOptions function core/modules/views/src/Plugin/views/filter/NumericFilter.php Provide default options for exposed filters.
NumericFilter::defineOptions function core/modules/views/src/Plugin/views/filter/NumericFilter.php Information about options for all kinds of purposes will be held here.
NumericFilter::operatorOptions function core/modules/views/src/Plugin/views/filter/NumericFilter.php Provide a list of all the numeric operators.
NumericFilter::operators function core/modules/views/src/Plugin/views/filter/NumericFilter.php Returns an array of operator information, keyed by operator ID.
NumericFilter::operatorValues function core/modules/views/src/Plugin/views/filter/NumericFilter.php Gets the operators that have a given number of values.
NumericFilter::opSimple function core/modules/views/src/Plugin/views/filter/NumericFilter.php Filters by a simple operator.
NumericFilterTest class core/modules/views/tests/src/Unit/Plugin/views/filter/NumericFilterTest.php Tests Drupal\views\Plugin\views\filter\NumericFilter.
NumericFilterTest.php file core/modules/views/tests/src/Unit/Plugin/views/filter/NumericFilterTest.php
NumericFilterTest::provideAcceptExposedInput function core/modules/views/tests/src/Unit/Plugin/views/filter/NumericFilterTest.php Data provider for testAcceptExposedInput test.
NumericFilterTest::testAcceptExposedInput function core/modules/views/tests/src/Unit/Plugin/views/filter/NumericFilterTest.php Tests the acceptExposedInput method.
NumericFormatPluralTest class core/modules/views/tests/src/Functional/Plugin/NumericFormatPluralTest.php Tests the creation of numeric fields.
NumericFormatPluralTest.php file core/modules/views/tests/src/Functional/Plugin/NumericFormatPluralTest.php
NumericFormatPluralTest::$defaultTheme property core/modules/views/tests/src/Functional/Plugin/NumericFormatPluralTest.php The theme to install as the default for testing.
NumericFormatPluralTest::$modules property core/modules/views/tests/src/Functional/Plugin/NumericFormatPluralTest.php Modules to install.
NumericFormatPluralTest::$testViews property core/modules/views/tests/src/Functional/Plugin/NumericFormatPluralTest.php Views used by this test.
NumericFormatPluralTest::createFile function core/modules/views/tests/src/Functional/Plugin/NumericFormatPluralTest.php Creates and saves a test file.
NumericFormatPluralTest::setUp function core/modules/views/tests/src/Functional/Plugin/NumericFormatPluralTest.php Sets up the test.
NumericFormatPluralTest::testNumericFormatPlural function core/modules/views/tests/src/Functional/Plugin/NumericFormatPluralTest.php Tests plural formatting setting on a numeric views handler.
NumericFormatterBase class core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/NumericFormatterBase.php Parent plugin for decimal and integer formatters.
NumericFormatterBase.php file core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/NumericFormatterBase.php
NumericFormatterBase::numberFormat function core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/NumericFormatterBase.php Formats a number.
NumericFormatterBase::settingsForm function core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/NumericFormatterBase.php Returns a form to configure settings for the formatter.
NumericFormatterBase::settingsSummary function core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/NumericFormatterBase.php Returns a short summary for the current formatter settings.
NumericFormatterBase::viewElements function core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/NumericFormatterBase.php Builds a renderable array for a field value.
NumericItemBase class core/lib/Drupal/Core/Field/Plugin/Field/FieldType/NumericItemBase.php Base class for numeric configurable field types.
NumericItemBase.php file core/lib/Drupal/Core/Field/Plugin/Field/FieldType/NumericItemBase.php
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.
NumericItemBase::getConstraints function core/lib/Drupal/Core/Field/Plugin/Field/FieldType/NumericItemBase.php Gets a list of validation constraints.
NumericItemBase::isEmpty function core/lib/Drupal/Core/Field/Plugin/Field/FieldType/NumericItemBase.php Determines whether the data structure is empty.
NumericItemBase::truncateDecimal function core/lib/Drupal/Core/Field/Plugin/Field/FieldType/NumericItemBase.php Helper method to truncate a decimal number to a given number of decimals.

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