| FieldBlockTest::testBlockAccessEntityAllowedFieldNotAllowed |
function |
core/modules/layout_builder/tests/src/Kernel/FieldBlockTest.php |
Tests field access. |
| FieldBlockTest::testBlockAccessEntityAllowedNoField |
function |
core/modules/layout_builder/tests/src/Kernel/FieldBlockTest.php |
Tests fieldable entity without a particular field. |
| FieldBlockTest::testBlockAccessEntityAllowedNotFieldable |
function |
core/modules/layout_builder/tests/src/Kernel/FieldBlockTest.php |
Tests unfieldable entity. |
| FieldBlockTest::testBlockAccessEntityNotAllowed |
function |
core/modules/layout_builder/tests/src/Kernel/FieldBlockTest.php |
Tests entity access. |
| FieldBlockTest::testBuild |
function |
core/modules/layout_builder/tests/src/Kernel/FieldBlockTest.php |
Tests build. |
| 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. |
| FieldBundle |
class |
core/modules/field/src/Plugin/migrate/process/d7/FieldBundle.php |
Determines the bundle for a field. |
| FieldBundle.php |
file |
core/modules/field/src/Plugin/migrate/process/d7/FieldBundle.php |
|
| FieldBundle::$migrateLookup |
property |
core/modules/field/src/Plugin/migrate/process/d7/FieldBundle.php |
The migrate lookup service. |
| FieldBundle::create |
function |
core/modules/field/src/Plugin/migrate/process/d7/FieldBundle.php |
Instantiates a new instance of the implementing class using autowiring. |
| FieldBundle::transform |
function |
core/modules/field/src/Plugin/migrate/process/d7/FieldBundle.php |
Performs the associated process. |
| FieldBundle::__construct |
function |
core/modules/field/src/Plugin/migrate/process/d7/FieldBundle.php |
Constructs a ProcessField plugin. |
| FieldConfig |
class |
core/modules/field/src/Entity/FieldConfig.php |
Defines the Field entity. |
| FieldConfig.php |
file |
core/modules/field/src/Entity/FieldConfig.php |
|
| FieldConfig::$deleted |
property |
core/modules/field/src/Entity/FieldConfig.php |
Flag indicating whether the field is deleted. |
| FieldConfig::$fieldStorage |
property |
core/modules/field/src/Entity/FieldConfig.php |
The associated FieldStorageConfig entity. |
| FieldConfig::calculateDependencies |
function |
core/modules/field/src/Entity/FieldConfig.php |
Calculates dependencies and stores them in the dependency property. |
| FieldConfig::getDisplayOptions |
function |
core/modules/field/src/Entity/FieldConfig.php |
Returns the default display options for the field. |
| FieldConfig::getFieldStorageDefinition |
function |
core/modules/field/src/Entity/FieldConfig.php |
Returns the field storage definition. |
| FieldConfig::getUniqueIdentifier |
function |
core/modules/field/src/Entity/FieldConfig.php |
Returns a unique identifier for the field. |
| FieldConfig::isComputed |
function |
core/modules/field/src/Entity/FieldConfig.php |
Determines whether the data value is computed. |
| FieldConfig::isDeleted |
function |
core/modules/field/src/Entity/FieldConfig.php |
Gets the deleted flag of the field. |
| FieldConfig::isDisplayConfigurable |
function |
core/modules/field/src/Entity/FieldConfig.php |
Returns whether the display for the field can be configured. |
| FieldConfig::isReadOnly |
function |
core/modules/field/src/Entity/FieldConfig.php |
Determines whether the data is read-only. |
| FieldConfig::linkTemplates |
function |
core/modules/field/src/Entity/FieldConfig.php |
Gets an array link templates. |
| FieldConfig::loadByName |
function |
core/modules/field/src/Entity/FieldConfig.php |
Loads a field config entity based on the entity type and field name. |
| FieldConfig::postCreate |
function |
core/modules/field/src/Entity/FieldConfig.php |
Acts on a created entity before hooks are invoked. |
| FieldConfig::postDelete |
function |
core/modules/field/src/Entity/FieldConfig.php |
Acts on deleted entities before the delete hook is invoked. |
| FieldConfig::preDelete |
function |
core/modules/field/src/Entity/FieldConfig.php |
Acts on entities before they are deleted and before hooks are invoked. |
| FieldConfig::preSave |
function |
core/modules/field/src/Entity/FieldConfig.php |
Overrides \Drupal\Core\Entity\EntityBase::preSave(). |
| FieldConfig::urlRouteParameters |
function |
core/modules/field/src/Entity/FieldConfig.php |
Gets an array of placeholders for this entity. |
| FieldConfig::__construct |
function |
core/modules/field/src/Entity/FieldConfig.php |
Constructs a FieldConfig object. |
| FieldConfigAccessControlHandler |
class |
core/modules/field/src/FieldConfigAccessControlHandler.php |
Defines the access control handler for the field config entity type. |
| FieldConfigAccessControlHandler.php |
file |
core/modules/field/src/FieldConfigAccessControlHandler.php |
|
| FieldConfigAccessControlHandler::checkAccess |
function |
core/modules/field/src/FieldConfigAccessControlHandler.php |
Performs access checks. |
| 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. |
| FieldConfigAddController |
class |
core/modules/field_ui/src/Controller/FieldConfigAddController.php |
Controller for building the field instance form. |
| FieldConfigAddController.php |
file |
core/modules/field_ui/src/Controller/FieldConfigAddController.php |
|