| fieldset.html.twig |
file |
core/themes/olivero/templates/form/fieldset.html.twig |
Theme override for a fieldset element and its children. |
| fieldset.html.twig |
file |
core/themes/stable9/templates/form/fieldset.html.twig |
Theme override for a fieldset element and its children. |
| fieldset.html.twig |
file |
core/themes/claro/templates/fieldset.html.twig |
Theme override for a fieldset element and its children. |
| fieldset.html.twig |
file |
core/themes/starterkit_theme/templates/form/fieldset.html.twig |
Theme override for a fieldset element and its children. |
| fieldset.html.twig |
file |
core/modules/system/templates/fieldset.html.twig |
Default theme implementation for a fieldset element and its children. |
| fieldset.pcss.css |
file |
core/themes/olivero/css/components/fieldset.pcss.css |
Fieldset. |
| fieldset.pcss.css |
file |
core/themes/claro/css/components/fieldset.pcss.css |
Fieldset styles. |
| Fieldset.php |
file |
core/lib/Drupal/Core/Render/Element/Fieldset.php |
|
| Fieldset::getInfo |
function |
core/lib/Drupal/Core/Render/Element/Fieldset.php |
Returns the element properties for this element. |
| FieldSettings |
class |
core/modules/field/src/Plugin/migrate/process/d6/FieldSettings.php |
Get the field settings. |
| FieldSettings |
class |
core/modules/field/src/Plugin/migrate/process/d7/FieldSettings.php |
Determines the field settings values for a field. |
| FieldSettings.php |
file |
core/modules/field/src/Plugin/migrate/process/d6/FieldSettings.php |
|
| FieldSettings.php |
file |
core/modules/field/src/Plugin/migrate/process/d7/FieldSettings.php |
|
| FieldSettings::getSettings |
function |
core/modules/field/src/Plugin/migrate/process/d6/FieldSettings.php |
Merge the default D8 and specified D6 settings. |
| FieldSettings::transform |
function |
core/modules/field/src/Plugin/migrate/process/d6/FieldSettings.php |
Get the field default/mapped settings. |
| FieldSettings::transform |
function |
core/modules/field/src/Plugin/migrate/process/d7/FieldSettings.php |
Performs the associated process. |
| FieldSettings::__construct |
function |
core/modules/field/src/Plugin/migrate/process/d6/FieldSettings.php |
Constructs a \Drupal\Component\Plugin\PluginBase object. |
| FieldSettings::__construct |
function |
core/modules/field/src/Plugin/migrate/process/d7/FieldSettings.php |
Constructs a \Drupal\Component\Plugin\PluginBase object. |
| FieldSettingsTest |
class |
core/tests/Drupal/KernelTests/Core/Field/FieldSettingsTest.php |
Tests field settings methods on field definition structures. |
| FieldSettingsTest |
class |
core/modules/field/tests/src/Unit/Plugin/migrate/process/d6/FieldSettingsTest.php |
Tests Drupal\field\Plugin\migrate\process\d6\FieldSettings. |
| FieldSettingsTest |
class |
core/modules/field/tests/src/Unit/Plugin/migrate/process/d7/FieldSettingsTest.php |
Tests Drupal\field\Plugin\migrate\process\d7\FieldSettings. |
| FieldSettingsTest.php |
file |
core/modules/field/tests/src/Unit/Plugin/migrate/process/d6/FieldSettingsTest.php |
|
| FieldSettingsTest.php |
file |
core/modules/field/tests/src/Unit/Plugin/migrate/process/d7/FieldSettingsTest.php |
|
| FieldSettingsTest.php |
file |
core/tests/Drupal/KernelTests/Core/Field/FieldSettingsTest.php |
|
| FieldSettingsTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Field/FieldSettingsTest.php |
Modules to install. |
| FieldSettingsTest::getSettingsProvider |
function |
core/modules/field/tests/src/Unit/Plugin/migrate/process/d6/FieldSettingsTest.php |
Provides field settings for testGetSettings(). |
| FieldSettingsTest::testBaseFieldSettings |
function |
core/tests/Drupal/KernelTests/Core/Field/FieldSettingsTest.php |
Tests base field settings. |
| FieldSettingsTest::testBaseFieldSettingsOnClone |
function |
core/tests/Drupal/KernelTests/Core/Field/FieldSettingsTest.php |
Tests the base field settings on a cloned base field definition object. |
| FieldSettingsTest::testConfigurableFieldSettings |
function |
core/tests/Drupal/KernelTests/Core/Field/FieldSettingsTest.php |
Tests configurable field settings. |
| FieldSettingsTest::testConfigurableFieldStorageSettings |
function |
core/tests/Drupal/KernelTests/Core/Field/FieldSettingsTest.php |
Tests configurable field storage settings. |
| FieldSettingsTest::testGetSettings |
function |
core/modules/field/tests/src/Unit/Plugin/migrate/process/d6/FieldSettingsTest.php |
Tests get settings. |
| FieldSettingsTest::testTransformImageSettings |
function |
core/modules/field/tests/src/Unit/Plugin/migrate/process/d7/FieldSettingsTest.php |
Tests transformation of image field settings. |
| FieldsOverlapException |
class |
core/lib/Drupal/Core/Database/Query/FieldsOverlapException.php |
Exception thrown if an insert query specifies a field twice. |
| FieldsOverlapException.php |
file |
core/lib/Drupal/Core/Database/Query/FieldsOverlapException.php |
|
| FieldSqlStorageTest |
class |
core/tests/Drupal/KernelTests/Core/Entity/FieldSqlStorageTest.php |
Tests Field SQL Storage . |
| FieldSqlStorageTest.php |
file |
core/tests/Drupal/KernelTests/Core/Entity/FieldSqlStorageTest.php |
|
| FieldSqlStorageTest::$field |
property |
core/tests/Drupal/KernelTests/Core/Entity/FieldSqlStorageTest.php |
A field to use in this test class. |
| FieldSqlStorageTest::$fieldCardinality |
property |
core/tests/Drupal/KernelTests/Core/Entity/FieldSqlStorageTest.php |
The cardinality of the field. |
| FieldSqlStorageTest::$fieldName |
property |
core/tests/Drupal/KernelTests/Core/Entity/FieldSqlStorageTest.php |
The name of the created field. |
| FieldSqlStorageTest::$fieldStorage |
property |
core/tests/Drupal/KernelTests/Core/Entity/FieldSqlStorageTest.php |
A field storage to use in this class. |
| FieldSqlStorageTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Entity/FieldSqlStorageTest.php |
Modules to install. |
| FieldSqlStorageTest::$revisionTable |
property |
core/tests/Drupal/KernelTests/Core/Entity/FieldSqlStorageTest.php |
Name of the revision table of the field. |
| FieldSqlStorageTest::$table |
property |
core/tests/Drupal/KernelTests/Core/Entity/FieldSqlStorageTest.php |
Name of the data table of the field. |
| FieldSqlStorageTest::$tableMapping |
property |
core/tests/Drupal/KernelTests/Core/Entity/FieldSqlStorageTest.php |
The table mapping for the tested entity type. |
| FieldSqlStorageTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/Entity/FieldSqlStorageTest.php |
|
| FieldSqlStorageTest::testFieldLoad |
function |
core/tests/Drupal/KernelTests/Core/Entity/FieldSqlStorageTest.php |
Tests field loading works correctly by inserting directly in the tables. |
| FieldSqlStorageTest::testFieldSqlStorageForeignKeys |
function |
core/tests/Drupal/KernelTests/Core/Entity/FieldSqlStorageTest.php |
Tests foreign key support. |
| FieldSqlStorageTest::testFieldUpdateFailure |
function |
core/tests/Drupal/KernelTests/Core/Entity/FieldSqlStorageTest.php |
Tests that failure to create fields is handled gracefully. |
| FieldSqlStorageTest::testFieldUpdateIndexesWithData |
function |
core/tests/Drupal/KernelTests/Core/Entity/FieldSqlStorageTest.php |
Tests adding and removing indexes while data is present. |
| FieldSqlStorageTest::testFieldWrite |
function |
core/tests/Drupal/KernelTests/Core/Entity/FieldSqlStorageTest.php |
Tests field saving works correctly by reading directly from the tables. |