Search for options
- Search 7.x for options
- Search 9.5.x for options
- Search 8.9.x for options
- Search 11.x for options
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
OptionsFieldUITest::$typeName | property | core/ |
The name of the created content type. |
OptionsFieldUITest::assertAllowedValuesInput | function | core/ |
Tests an input array for the 'allowed values' form element. |
OptionsFieldUITest::createOptionsField | function | core/ |
Helper function to create list field of a given type. |
OptionsFieldUITest::createOptionsField | function | core/ |
Helper function to create list field of a given type. |
OptionsFieldUITest::exposeOptionMachineName | function | core/ |
Exposes the machine name input for a row. |
OptionsFieldUITest::setUp | function | core/ |
|
OptionsFieldUITest::setUp | function | core/ |
|
OptionsFieldUITest::testDefaultValueOptions | function | core/ |
Tests that the allowed options are available to the default value widget. |
OptionsFieldUITest::testMachineNameSpecialCharacters | function | core/ |
Tests `list_string` machine name with special characters. |
OptionsFieldUITest::testNodeDisplay | function | core/ |
Tests normal and key formatter display on node display. |
OptionsFieldUITest::testOptionsAllowedValuesFloat | function | core/ |
Options (float) : test 'allowed values' input. |
OptionsFieldUITest::testOptionsAllowedValuesInteger | function | core/ |
Options (integer) : test 'allowed values' input. |
OptionsFieldUITest::testOptionsAllowedValuesText | function | core/ |
Options (text) : test 'allowed values' input. |
OptionsFieldUITest::testRequiredPropertyForAllowedValuesList | function | core/ |
Confirms the allowed value list is a required field. |
OptionsFieldUnitTestBase | class | core/ |
Base class for Options module integration tests. |
OptionsFieldUnitTestBase.php | file | core/ |
|
OptionsFieldUnitTestBase::$field | property | core/ |
The list field used in the test. |
OptionsFieldUnitTestBase::$fieldName | property | core/ |
The field name used in the test. |
OptionsFieldUnitTestBase::$fieldStorage | property | core/ |
The list field storage used in the test. |
OptionsFieldUnitTestBase::$fieldStorageDefinition | property | core/ |
The field storage definition used to created the field storage. |
OptionsFieldUnitTestBase::$modules | property | core/ |
Modules to install. |
OptionsFieldUnitTestBase::setUp | function | core/ |
Set the default field storage backend for fields created during tests. |
OptionsFloatFieldImportTest | class | core/ |
Tests option fields can be updated and created through config synchronization. |
OptionsFloatFieldImportTest.php | file | core/ |
|
OptionsFloatFieldImportTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
OptionsFloatFieldImportTest::$modules | property | core/ |
Modules to install. |
OptionsFloatFieldImportTest::setUp | function | core/ |
|
OptionsFloatFieldImportTest::testImport | function | core/ |
Tests that importing list_float fields works. |
OptionsFormattersTest | class | core/ |
Tests the Options field type formatters. |
OptionsFormattersTest.php | file | core/ |
|
OptionsFormattersTest::setUp | function | core/ |
Set the default field storage backend for fields created during tests. |
OptionsFormattersTest::testFormatter | function | core/ |
Tests the formatters. |
OptionsKeyFormatter | class | core/ |
Plugin implementation of the 'list_key' formatter. |
OptionsKeyFormatter.php | file | core/ |
|
OptionsKeyFormatter::viewElements | function | core/ |
Builds a renderable array for a field value. |
OptionsListArgumentTest | class | core/ |
Tests options list argument for views. |
OptionsListArgumentTest.php | file | core/ |
|
OptionsListArgumentTest::$testViews | property | core/ |
Views used by this test. |
OptionsListArgumentTest::testViewsTestOptionsListArgument | function | core/ |
Tests the options field argument. |
OptionsListFilterTest | class | core/ |
Tests options list filter for views. |
OptionsListFilterTest.php | file | core/ |
|
OptionsListFilterTest::$testViews | property | core/ |
Views used by this test. |
OptionsListFilterTest::testViewsTestOptionsListFilter | function | core/ |
Tests options list field filter. |
OptionsListFilterTest::testViewsTestOptionsListGroupedFilter | function | core/ |
Tests options list field filter when grouped. |
OptionsProviderInterface | interface | core/ |
Interface for retrieving all possible and settable values. |
OptionsProviderInterface.php | file | core/ |
|
OptionsProviderInterface::getPossibleOptions | function | core/ |
Returns an array of possible values with labels for display. |
OptionsProviderInterface::getPossibleValues | function | core/ |
Returns an array of possible values. |
OptionsProviderInterface::getSettableOptions | function | core/ |
Returns an array of settable values with labels for display. |
OptionsProviderInterface::getSettableValues | function | core/ |
Returns an array of settable values. |
Pagination
- Previous page
- Page 12
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.