| FieldBlockTest::testBuildException |
function |
core/modules/layout_builder/tests/src/Kernel/FieldBlockTest.php |
Tests build exception. |
| FieldBlockTest::testBuildWithFormException |
function |
core/modules/layout_builder/tests/src/Kernel/FieldBlockTest.php |
Tests a field block that throws a form exception. |
| FieldBlockTest::testStatesFieldBlock |
function |
core/modules/layout_builder/tests/src/FunctionalJavascript/FieldBlockTest.php |
Tests configuring a field block that uses #states. |
| FieldBlockTest::testUserFieldBlock |
function |
core/modules/layout_builder/tests/src/FunctionalJavascript/FieldBlockTest.php |
Tests configuring a field block for a user field. |
| FieldBooleanTest |
class |
core/modules/views/tests/src/Kernel/Handler/FieldBooleanTest.php |
Tests the core Drupal\views\Plugin\views\field\Boolean handler. |
| FieldBooleanTest.php |
file |
core/modules/views/tests/src/Kernel/Handler/FieldBooleanTest.php |
|
| FieldBooleanTest::$testViews |
property |
core/modules/views/tests/src/Kernel/Handler/FieldBooleanTest.php |
Views used by this test. |
| FieldBooleanTest::dataSet |
function |
core/modules/views/tests/src/Kernel/Handler/FieldBooleanTest.php |
Modifies the default dataset by removing the age for specific entries. |
| FieldBooleanTest::testFieldBoolean |
function |
core/modules/views/tests/src/Kernel/Handler/FieldBooleanTest.php |
Tests different display formats for a boolean field in Views. |
| FieldBooleanTest::viewsData |
function |
core/modules/views/tests/src/Kernel/Handler/FieldBooleanTest.php |
Provides Views data definition for the 'age' field as a boolean. |
| FieldConfigAccessControlHandlerTest |
class |
core/modules/field/tests/src/Unit/FieldConfigAccessControlHandlerTest.php |
Tests the field config access controller. |
| FieldConfigAccessControlHandlerTest.php |
file |
core/modules/field/tests/src/Unit/FieldConfigAccessControlHandlerTest.php |
|
| FieldConfigAccessControlHandlerTest::setUp |
function |
core/modules/field/tests/src/Unit/FieldConfigAccessControlHandlerTest.php |
|
| FieldConfigAccessControlHandlerTest::testAccess |
function |
core/modules/field/tests/src/Unit/FieldConfigAccessControlHandlerTest.php |
Ensures field config access is working properly. |
| FieldConfigEditFormTest |
class |
core/modules/field_ui/tests/src/Unit/FieldConfigEditFormTest.php |
Tests Drupal\field_ui\Form\FieldConfigEditForm. |
| FieldConfigEditFormTest.php |
file |
core/modules/field_ui/tests/src/Unit/FieldConfigEditFormTest.php |
|
| FieldConfigEditFormTest::$fieldConfigEditForm |
property |
core/modules/field_ui/tests/src/Unit/FieldConfigEditFormTest.php |
The field config edit form. |
| FieldConfigEditFormTest::providerRequired |
function |
core/modules/field_ui/tests/src/Unit/FieldConfigEditFormTest.php |
Provides test cases with required and optional elements. |
| FieldConfigEditFormTest::setUp |
function |
core/modules/field_ui/tests/src/Unit/FieldConfigEditFormTest.php |
|
| FieldConfigEditFormTest::testHasAnyRequired |
function |
core/modules/field_ui/tests/src/Unit/FieldConfigEditFormTest.php |
Tests has any required. |
| FieldConfigEntityUnitTest |
class |
core/modules/field/tests/src/Unit/FieldConfigEntityUnitTest.php |
Tests Drupal\field\Entity\FieldConfig. |
| FieldConfigEntityUnitTest.php |
file |
core/modules/field/tests/src/Unit/FieldConfigEntityUnitTest.php |
|
| FieldConfigEntityUnitTest::$entityFieldManager |
property |
core/modules/field/tests/src/Unit/FieldConfigEntityUnitTest.php |
The entity field manager used for testing. |
| FieldConfigEntityUnitTest::$entityType |
property |
core/modules/field/tests/src/Unit/FieldConfigEntityUnitTest.php |
The entity type used for testing. |
| FieldConfigEntityUnitTest::$entityTypeId |
property |
core/modules/field/tests/src/Unit/FieldConfigEntityUnitTest.php |
The ID of the type of the entity under test. |
| FieldConfigEntityUnitTest::$entityTypeManager |
property |
core/modules/field/tests/src/Unit/FieldConfigEntityUnitTest.php |
The entity type manager used for testing. |
| FieldConfigEntityUnitTest::$fieldStorage |
property |
core/modules/field/tests/src/Unit/FieldConfigEntityUnitTest.php |
The mock field storage. |
| FieldConfigEntityUnitTest::$fieldTypePluginManager |
property |
core/modules/field/tests/src/Unit/FieldConfigEntityUnitTest.php |
The mock field type plugin manager. |
| FieldConfigEntityUnitTest::$uuid |
property |
core/modules/field/tests/src/Unit/FieldConfigEntityUnitTest.php |
The UUID generator used for testing. |
| FieldConfigEntityUnitTest::setUp |
function |
core/modules/field/tests/src/Unit/FieldConfigEntityUnitTest.php |
|
| FieldConfigEntityUnitTest::testCalculateDependencies |
function |
core/modules/field/tests/src/Unit/FieldConfigEntityUnitTest.php |
Tests calculate dependencies. |
| FieldConfigEntityUnitTest::testCalculateDependenciesIncorrectBundle |
function |
core/modules/field/tests/src/Unit/FieldConfigEntityUnitTest.php |
Tests that invalid bundles are handled. |
| FieldConfigEntityUnitTest::testGetType |
function |
core/modules/field/tests/src/Unit/FieldConfigEntityUnitTest.php |
Tests get type. |
| FieldConfigEntityUnitTest::testOnDependencyRemoval |
function |
core/modules/field/tests/src/Unit/FieldConfigEntityUnitTest.php |
Tests on dependency removal. |
| FieldConfigEntityUnitTest::testToArray |
function |
core/modules/field/tests/src/Unit/FieldConfigEntityUnitTest.php |
Tests to array. |
| FieldConfigJsonAnonTest |
class |
core/modules/field/tests/src/Functional/Rest/FieldConfigJsonAnonTest.php |
Tests Field Config Json Anon. |
| FieldConfigJsonAnonTest.php |
file |
core/modules/field/tests/src/Functional/Rest/FieldConfigJsonAnonTest.php |
|
| FieldConfigJsonAnonTest::$defaultTheme |
property |
core/modules/field/tests/src/Functional/Rest/FieldConfigJsonAnonTest.php |
The theme to install as the default for testing. |
| FieldConfigJsonAnonTest::$format |
property |
core/modules/field/tests/src/Functional/Rest/FieldConfigJsonAnonTest.php |
The format to use in this test. |
| FieldConfigJsonAnonTest::$mimeType |
property |
core/modules/field/tests/src/Functional/Rest/FieldConfigJsonAnonTest.php |
The MIME type that corresponds to $format. |
| FieldConfigJsonBasicAuthTest |
class |
core/modules/field/tests/src/Functional/Rest/FieldConfigJsonBasicAuthTest.php |
Tests Field Config Json Basic Auth. |
| FieldConfigJsonBasicAuthTest.php |
file |
core/modules/field/tests/src/Functional/Rest/FieldConfigJsonBasicAuthTest.php |
|
| FieldConfigJsonBasicAuthTest::$auth |
property |
core/modules/field/tests/src/Functional/Rest/FieldConfigJsonBasicAuthTest.php |
The authentication mechanism to use in this test. |
| FieldConfigJsonBasicAuthTest::$defaultTheme |
property |
core/modules/field/tests/src/Functional/Rest/FieldConfigJsonBasicAuthTest.php |
The theme to install as the default for testing. |
| FieldConfigJsonBasicAuthTest::$format |
property |
core/modules/field/tests/src/Functional/Rest/FieldConfigJsonBasicAuthTest.php |
The format to use in this test. |
| FieldConfigJsonBasicAuthTest::$mimeType |
property |
core/modules/field/tests/src/Functional/Rest/FieldConfigJsonBasicAuthTest.php |
The MIME type that corresponds to $format. |
| FieldConfigJsonBasicAuthTest::$modules |
property |
core/modules/field/tests/src/Functional/Rest/FieldConfigJsonBasicAuthTest.php |
Modules to install. |
| FieldConfigJsonCookieTest |
class |
core/modules/field/tests/src/Functional/Rest/FieldConfigJsonCookieTest.php |
Tests Field Config Json Cookie. |
| FieldConfigJsonCookieTest.php |
file |
core/modules/field/tests/src/Functional/Rest/FieldConfigJsonCookieTest.php |
|
| FieldConfigJsonCookieTest::$auth |
property |
core/modules/field/tests/src/Functional/Rest/FieldConfigJsonCookieTest.php |
The authentication mechanism to use in this test. |