| 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, defaults to the name field. |
| NumericField |
class |
core/modules/views/src/Plugin/views/field/NumericField.php |
Render a field as a numeric value. |
| 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 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::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::createSourceField |
function |
core/modules/media/src/Plugin/media/Source/OEmbed.php |
Creates the source field definition for a type. |
| OEmbed::getSourceFieldConstraints |
function |
core/modules/media/src/Plugin/media/Source/OEmbed.php |
Gets media source-specific validation constraints for a source field. |
| OEmbedFieldWidgetTest |
class |
core/modules/media/tests/src/Functional/FieldWidget/OEmbedFieldWidgetTest.php |
Tests OEmbed Field Widget. |
| OEmbedFieldWidgetTest.php |
file |
core/modules/media/tests/src/Functional/FieldWidget/OEmbedFieldWidgetTest.php |
|
| OEmbedFieldWidgetTest::$defaultTheme |
property |
core/modules/media/tests/src/Functional/FieldWidget/OEmbedFieldWidgetTest.php |
The theme to install as the default for testing. |
| OEmbedFieldWidgetTest::testFieldWidgetHelpText |
function |
core/modules/media/tests/src/Functional/FieldWidget/OEmbedFieldWidgetTest.php |
Tests that the oEmbed field widget shows the configured help text. |
| OliveroHooks::preprocessField |
function |
core/themes/olivero/src/Hook/OliveroHooks.php |
Implements hook_preprocess_HOOK() for field. |
| OliveroHooks::preprocessFieldComment |
function |
core/themes/olivero/src/Hook/OliveroHooks.php |
Implements hook_preprocess_HOOK() for field--comment. |
| OliveroHooks::preprocessFieldMultipleValueForm |
function |
core/themes/olivero/src/Hook/OliveroHooks.php |
Implements hook_preprocess_HOOK() for field-multiple-value-form. |
| OliveroHooks::preprocessFieldNodeCreated |
function |
core/themes/olivero/src/Hook/OliveroHooks.php |
Implements hook_preprocess_HOOK(). |
| OliveroHooks::preprocessFieldset |
function |
core/themes/olivero/src/Hook/OliveroHooks.php |
Implements hook_preprocess_HOOK() for fieldset. |
| OliveroTestThemeHooks::preprocessFieldMultipleValueForm |
function |
core/modules/system/tests/modules/olivero_test/src/Hook/OliveroTestThemeHooks.php |
Implements hook_preprocess_field_multiple_value_form(). |
| 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. |
| OpmlFields::render |
function |
core/modules/views/src/Plugin/views/row/OpmlFields.php |
Renders a row object. |
| OpmlFields::validate |
function |
core/modules/views/src/Plugin/views/row/OpmlFields.php |
Validate that the plugin is correct and can be saved. |
| options.field_type_categories.yml |
file |
core/modules/options/options.field_type_categories.yml |
core/modules/options/options.field_type_categories.yml |
| OptionsDynamicValuesTestBase::$field |
property |
core/modules/options/tests/src/Functional/OptionsDynamicValuesTestBase.php |
|
| OptionsDynamicValuesTestBase::$fieldStorage |
property |
core/modules/options/tests/src/Functional/OptionsDynamicValuesTestBase.php |
The field storage. |
| OptionsField |
class |
core/modules/options/src/Plugin/migrate/field/d7/OptionsField.php |
Migrate field plugin for Drupal 7 options fields. |
| OptionsField.php |
file |
core/modules/options/src/Plugin/migrate/field/d7/OptionsField.php |
|
| OptionsFieldTest |
class |
core/modules/options/tests/src/Kernel/OptionsFieldTest.php |
Tests for the 'Options' field types. |
| OptionsFieldTest.php |
file |
core/modules/options/tests/src/Kernel/OptionsFieldTest.php |
|
| OptionsFieldTest::$modules |
property |
core/modules/options/tests/src/Kernel/OptionsFieldTest.php |
Modules to install. |
| OptionsFieldTest::testGenerateSampleItemsWithNoAllowedValues |
function |
core/modules/options/tests/src/Kernel/OptionsFieldTest.php |
Tests that ::generateSampleItems does not fail with empty allowed values. |
| OptionsFieldTest::testUpdateAllowedValues |
function |
core/modules/options/tests/src/Kernel/OptionsFieldTest.php |
Tests that allowed values can be updated. |
| OptionsFieldUIAllowedValuesTest |
class |
core/modules/options/tests/src/FunctionalJavascript/OptionsFieldUIAllowedValuesTest.php |
Tests the Options field allowed values UI functionality. |
| OptionsFieldUIAllowedValuesTest.php |
file |
core/modules/options/tests/src/FunctionalJavascript/OptionsFieldUIAllowedValuesTest.php |
|
| OptionsFieldUIAllowedValuesTest::$adminPath |
property |
core/modules/options/tests/src/FunctionalJavascript/OptionsFieldUIAllowedValuesTest.php |
Admin path to manage field storage settings. |
| OptionsFieldUIAllowedValuesTest::$defaultTheme |
property |
core/modules/options/tests/src/FunctionalJavascript/OptionsFieldUIAllowedValuesTest.php |
The theme to install as the default for testing. |
| OptionsFieldUIAllowedValuesTest::$fieldName |
property |
core/modules/options/tests/src/FunctionalJavascript/OptionsFieldUIAllowedValuesTest.php |
Name of the option field. |
| OptionsFieldUIAllowedValuesTest::$modules |
property |
core/modules/options/tests/src/FunctionalJavascript/OptionsFieldUIAllowedValuesTest.php |
Modules to install. |