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 11.x for %s
  6. Other projects
Title Object type File name Summary
OptionsAllowedValuesTest::testCachedPerField function core/modules/options/tests/src/Kernel/OptionsAllowedValuesTest.php Tests that each field is cached in its own item with its own cache tags.
OptionsAllowedValuesTest::testSubmitFieldStorageUpdate function core/modules/options/tests/src/Kernel/OptionsAllowedValuesTest.php Tests that the field storage form submit resets the cached values.
OptionsButtonsWidget class core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/OptionsButtonsWidget.php Plugin implementation of the 'options_buttons' widget.
OptionsButtonsWidget.php file core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/OptionsButtonsWidget.php
OptionsButtonsWidget::formElement function core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/OptionsButtonsWidget.php
OptionsButtonsWidget::getEmptyLabel function core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/OptionsButtonsWidget.php
OptionsDefaultFormatter class core/modules/options/src/Plugin/Field/FieldFormatter/OptionsDefaultFormatter.php Plugin implementation of the 'list_default' formatter.
OptionsDefaultFormatter.php file core/modules/options/src/Plugin/Field/FieldFormatter/OptionsDefaultFormatter.php
OptionsDefaultFormatter::viewElements function core/modules/options/src/Plugin/Field/FieldFormatter/OptionsDefaultFormatter.php
OptionsDynamicValuesApiTest class core/modules/options/tests/src/Kernel/OptionsDynamicValuesApiTest.php Tests the options allowed values api.
OptionsDynamicValuesApiTest.php file core/modules/options/tests/src/Kernel/OptionsDynamicValuesApiTest.php
OptionsDynamicValuesApiTest::$entity property core/modules/options/tests/src/Kernel/OptionsDynamicValuesApiTest.php The created entity.
OptionsDynamicValuesApiTest::$modules property core/modules/options/tests/src/Kernel/OptionsDynamicValuesApiTest.php
OptionsDynamicValuesApiTest::setUp function core/modules/options/tests/src/Kernel/OptionsDynamicValuesApiTest.php
OptionsDynamicValuesApiTest::testOptionsAllowedValues function core/modules/options/tests/src/Kernel/OptionsDynamicValuesApiTest.php Tests \Drupal\options\OptionsAllowedValuesInterface::allowedValues().
OptionsDynamicValuesTestBase class core/modules/options/tests/src/Functional/OptionsDynamicValuesTestBase.php Base class for testing allowed values of options fields.
OptionsDynamicValuesTestBase.php file core/modules/options/tests/src/Functional/OptionsDynamicValuesTestBase.php
OptionsDynamicValuesTestBase::$entity property core/modules/options/tests/src/Functional/OptionsDynamicValuesTestBase.php The created entity.
OptionsDynamicValuesTestBase::$field property core/modules/options/tests/src/Functional/OptionsDynamicValuesTestBase.php The field data.
OptionsDynamicValuesTestBase::$fieldStorage property core/modules/options/tests/src/Functional/OptionsDynamicValuesTestBase.php The field storage.
OptionsDynamicValuesTestBase::$modules property core/modules/options/tests/src/Functional/OptionsDynamicValuesTestBase.php
OptionsDynamicValuesTestBase::$test property core/modules/options/tests/src/Functional/OptionsDynamicValuesTestBase.php Test data.
OptionsDynamicValuesTestBase::setUp function core/modules/options/tests/src/Functional/OptionsDynamicValuesTestBase.php
OptionsDynamicValuesValidationTest class core/modules/options/tests/src/Kernel/OptionsDynamicValuesValidationTest.php Tests the Options field allowed values function.
OptionsDynamicValuesValidationTest.php file core/modules/options/tests/src/Kernel/OptionsDynamicValuesValidationTest.php
OptionsDynamicValuesValidationTest::$entity property core/modules/options/tests/src/Kernel/OptionsDynamicValuesValidationTest.php The created entity.
OptionsDynamicValuesValidationTest::$modules property core/modules/options/tests/src/Kernel/OptionsDynamicValuesValidationTest.php
OptionsDynamicValuesValidationTest::$test property core/modules/options/tests/src/Kernel/OptionsDynamicValuesValidationTest.php Test data.
OptionsDynamicValuesValidationTest::setUp function core/modules/options/tests/src/Kernel/OptionsDynamicValuesValidationTest.php
OptionsDynamicValuesValidationTest::testDynamicAllowedValues function core/modules/options/tests/src/Kernel/OptionsDynamicValuesValidationTest.php Tests that allowed values function gets the entity.
OptionsEnumTrait trait core/lib/Drupal/Core/Utility/OptionsEnumTrait.php Helper functions to translate enum cases into an array of options.
OptionsEnumTrait.php file core/lib/Drupal/Core/Utility/OptionsEnumTrait.php
OptionsEnumTrait::asOptions function core/lib/Drupal/Core/Utility/OptionsEnumTrait.php Returns an array of options for use in form API.
OptionsEnumTrait::label function core/lib/Drupal/Core/Utility/OptionsEnumTrait.php Gets the label for this enum case.
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
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
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
OptionsFieldUIAllowedValuesTest::$nodeFormPath property core/modules/options/tests/src/FunctionalJavascript/OptionsFieldUIAllowedValuesTest.php Node form path for created content type.
OptionsFieldUIAllowedValuesTest::$type property core/modules/options/tests/src/FunctionalJavascript/OptionsFieldUIAllowedValuesTest.php Machine name of the created content type.
OptionsFieldUIAllowedValuesTest::assertAllowValuesRowCount function core/modules/options/tests/src/FunctionalJavascript/OptionsFieldUIAllowedValuesTest.php Assert the count of the allowed values rows.

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