| OptionsFieldUITest.php |
file |
core/modules/options/tests/src/Functional/OptionsFieldUITest.php |
|
| OptionsFieldUITest::$adminPath |
property |
core/modules/options/tests/src/FunctionalJavascript/OptionsFieldUITest.php |
Admin path to manage field storage settings. |
| OptionsFieldUITest::$adminPath |
property |
core/modules/options/tests/src/Functional/OptionsFieldUITest.php |
Admin path to manage field storage settings. |
| OptionsFieldUITest::$defaultTheme |
property |
core/modules/options/tests/src/Functional/OptionsFieldUITest.php |
|
| OptionsFieldUITest::$defaultTheme |
property |
core/modules/options/tests/src/FunctionalJavascript/OptionsFieldUITest.php |
|
| OptionsFieldUITest::$fieldName |
property |
core/modules/options/tests/src/FunctionalJavascript/OptionsFieldUITest.php |
Name of the option field. |
| OptionsFieldUITest::$fieldName |
property |
core/modules/options/tests/src/Functional/OptionsFieldUITest.php |
Name of the option field. |
| OptionsFieldUITest::$modules |
property |
core/modules/options/tests/src/Functional/OptionsFieldUITest.php |
|
| OptionsFieldUITest::$modules |
property |
core/modules/options/tests/src/FunctionalJavascript/OptionsFieldUITest.php |
|
| OptionsFieldUITest::$nodeFormPath |
property |
core/modules/options/tests/src/FunctionalJavascript/OptionsFieldUITest.php |
Node form path for created content type. |
| OptionsFieldUITest::$type |
property |
core/modules/options/tests/src/FunctionalJavascript/OptionsFieldUITest.php |
Machine name of the created content type. |
| OptionsFieldUITest::$type |
property |
core/modules/options/tests/src/Functional/OptionsFieldUITest.php |
Machine name of the created content type. |
| OptionsFieldUITest::$typeName |
property |
core/modules/options/tests/src/Functional/OptionsFieldUITest.php |
The name of the created content type. |
| OptionsFieldUITest::assertAllowedValuesInput |
function |
core/modules/options/tests/src/Functional/OptionsFieldUITest.php |
Tests an input array for the 'allowed values' form element. |
| OptionsFieldUITest::createOptionsField |
function |
core/modules/options/tests/src/Functional/OptionsFieldUITest.php |
Helper function to create list field of a given type. |
| OptionsFieldUITest::createOptionsField |
function |
core/modules/options/tests/src/FunctionalJavascript/OptionsFieldUITest.php |
Helper function to create list field of a given type. |
| OptionsFieldUITest::exposeOptionMachineName |
function |
core/modules/options/tests/src/FunctionalJavascript/OptionsFieldUITest.php |
Exposes the machine name input for a row. |
| OptionsFieldUITest::setUp |
function |
core/modules/options/tests/src/FunctionalJavascript/OptionsFieldUITest.php |
|
| OptionsFieldUITest::setUp |
function |
core/modules/options/tests/src/Functional/OptionsFieldUITest.php |
|
| OptionsFieldUITest::testDefaultValueOptions |
function |
core/modules/options/tests/src/FunctionalJavascript/OptionsFieldUITest.php |
Tests that the allowed options are available to the default value widget. |
| OptionsFieldUITest::testMachineNameSpecialCharacters |
function |
core/modules/options/tests/src/FunctionalJavascript/OptionsFieldUITest.php |
Tests `list_string` machine name with special characters. |
| OptionsFieldUITest::testNodeDisplay |
function |
core/modules/options/tests/src/Functional/OptionsFieldUITest.php |
Tests normal and key formatter display on node display. |
| OptionsFieldUITest::testOptionsAllowedValuesFloat |
function |
core/modules/options/tests/src/Functional/OptionsFieldUITest.php |
Options (float) : test 'allowed values' input. |
| OptionsFieldUITest::testOptionsAllowedValuesInteger |
function |
core/modules/options/tests/src/Functional/OptionsFieldUITest.php |
Options (integer) : test 'allowed values' input. |
| OptionsFieldUITest::testOptionsAllowedValuesText |
function |
core/modules/options/tests/src/Functional/OptionsFieldUITest.php |
Options (text) : test 'allowed values' input. |
| OptionsFieldUITest::testRequiredPropertyForAllowedValuesList |
function |
core/modules/options/tests/src/Functional/OptionsFieldUITest.php |
Confirms the allowed value list is a required field. |
| OptionsFieldUnitTestBase |
class |
core/modules/options/tests/src/Kernel/OptionsFieldUnitTestBase.php |
Base class for Options module integration tests. |
| OptionsFieldUnitTestBase.php |
file |
core/modules/options/tests/src/Kernel/OptionsFieldUnitTestBase.php |
|
| OptionsFieldUnitTestBase::$field |
property |
core/modules/options/tests/src/Kernel/OptionsFieldUnitTestBase.php |
The list field used in the test. |
| OptionsFieldUnitTestBase::$fieldName |
property |
core/modules/options/tests/src/Kernel/OptionsFieldUnitTestBase.php |
The field name used in the test. |
| OptionsFieldUnitTestBase::$fieldStorage |
property |
core/modules/options/tests/src/Kernel/OptionsFieldUnitTestBase.php |
The list field storage used in the test. |
| OptionsFieldUnitTestBase::$fieldStorageDefinition |
property |
core/modules/options/tests/src/Kernel/OptionsFieldUnitTestBase.php |
The field storage definition used to created the field storage. |
| OptionsFieldUnitTestBase::$modules |
property |
core/modules/options/tests/src/Kernel/OptionsFieldUnitTestBase.php |
|
| OptionsFieldUnitTestBase::setUp |
function |
core/modules/options/tests/src/Kernel/OptionsFieldUnitTestBase.php |
|
| OptionsFloatFieldImportTest |
class |
core/modules/options/tests/src/Functional/OptionsFloatFieldImportTest.php |
Tests option fields can be updated and created by config synchronization. |
| OptionsFloatFieldImportTest.php |
file |
core/modules/options/tests/src/Functional/OptionsFloatFieldImportTest.php |
|
| OptionsFloatFieldImportTest::$defaultTheme |
property |
core/modules/options/tests/src/Functional/OptionsFloatFieldImportTest.php |
|
| OptionsFloatFieldImportTest::$modules |
property |
core/modules/options/tests/src/Functional/OptionsFloatFieldImportTest.php |
|
| OptionsFloatFieldImportTest::setUp |
function |
core/modules/options/tests/src/Functional/OptionsFloatFieldImportTest.php |
|
| OptionsFloatFieldImportTest::testImport |
function |
core/modules/options/tests/src/Functional/OptionsFloatFieldImportTest.php |
Tests that importing list_float fields works. |
| OptionsFormattersTest |
class |
core/modules/options/tests/src/Kernel/OptionsFormattersTest.php |
Tests the Options field type formatters. |
| OptionsFormattersTest.php |
file |
core/modules/options/tests/src/Kernel/OptionsFormattersTest.php |
|
| OptionsFormattersTest::testFormatter |
function |
core/modules/options/tests/src/Kernel/OptionsFormattersTest.php |
Tests the formatters. |
| OptionsListArgumentTest |
class |
core/modules/options/tests/src/Kernel/Views/OptionsListArgumentTest.php |
Tests options list argument for views. |
| OptionsListArgumentTest.php |
file |
core/modules/options/tests/src/Kernel/Views/OptionsListArgumentTest.php |
|
| OptionsListArgumentTest::$testViews |
property |
core/modules/options/tests/src/Kernel/Views/OptionsListArgumentTest.php |
Views used by this test. |
| OptionsListArgumentTest::testViewsTestOptionsListArgument |
function |
core/modules/options/tests/src/Kernel/Views/OptionsListArgumentTest.php |
Tests the options field argument. |
| OptionsListFilterTest |
class |
core/modules/options/tests/src/Kernel/Views/OptionsListFilterTest.php |
Tests options list filter for views. |
| OptionsListFilterTest.php |
file |
core/modules/options/tests/src/Kernel/Views/OptionsListFilterTest.php |
|
| OptionsListFilterTest::$testViews |
property |
core/modules/options/tests/src/Kernel/Views/OptionsListFilterTest.php |
Views used by this test. |