FieldHandlersUpdateTest |
class |
core/modules/views/tests/src/Functional/Update/FieldHandlersUpdateTest.php |
Tests the upgrade path for views field handlers. |
FieldHandlersUpdateTest.php |
file |
core/modules/views/tests/src/Functional/Update/FieldHandlersUpdateTest.php |
|
FieldHandlersUpdateTest::setDatabaseDumpFiles |
function |
core/modules/views/tests/src/Functional/Update/FieldHandlersUpdateTest.php |
Set database dump files to be used. |
FieldHandlersUpdateTest::testViewsUpdate8004 |
function |
core/modules/views/tests/src/Functional/Update/FieldHandlersUpdateTest.php |
Tests that field handlers are updated properly. |
FieldItemList::defaultValuesFormValidate |
function |
core/lib/Drupal/Core/Field/FieldItemList.php |
Validates the submitted default value. |
FieldItemListInterface::defaultValuesFormValidate |
function |
core/lib/Drupal/Core/Field/FieldItemListInterface.php |
Validates the submitted default value. |
FieldItemListTest::testDefaultValuesFormValidate |
function |
core/tests/Drupal/Tests/Core/Field/FieldItemListTest.php |
@covers ::defaultValuesFormValidate[[api-linebreak]] |
FieldKernelTestBase::entityValidateAndSave |
function |
core/modules/field/tests/src/Kernel/FieldKernelTestBase.php |
Validate and save entity. Fail if violations are found. |
FieldLayoutEntityDisplayFormTrait::validateForm |
function |
core/modules/field_layout/src/Form/FieldLayoutEntityDisplayFormTrait.php |
Overrides \Drupal\field_ui\Form\EntityDisplayFormBase::validateForm(). |
FieldResolver::isCandidateDefinitionProperty |
function |
core/modules/jsonapi/src/Context/FieldResolver.php |
Determines if a path part targets a field property, not a subsequent field. |
FieldResolver::isCandidateDefinitionReferenceProperty |
function |
core/modules/jsonapi/src/Context/FieldResolver.php |
Determines if a path part targets a reference property. |
FieldSchemaDataUninstallUpdateTest |
class |
core/modules/system/tests/src/Functional/Update/FieldSchemaDataUninstallUpdateTest.php |
Tests the upgrade path after fixing field schema data uninstallation. |
FieldSchemaDataUninstallUpdateTest.php |
file |
core/modules/system/tests/src/Functional/Update/FieldSchemaDataUninstallUpdateTest.php |
|
FieldSchemaDataUninstallUpdateTest::$defaultTheme |
property |
core/modules/system/tests/src/Functional/Update/FieldSchemaDataUninstallUpdateTest.php |
The theme to install as the default for testing. |
FieldSchemaDataUninstallUpdateTest::assertFieldSchemaData |
function |
core/modules/system/tests/src/Functional/Update/FieldSchemaDataUninstallUpdateTest.php |
Asserts that field schema data to be purged is found. |
FieldSchemaDataUninstallUpdateTest::setDatabaseDumpFiles |
function |
core/modules/system/tests/src/Functional/Update/FieldSchemaDataUninstallUpdateTest.php |
Set database dump files to be used. |
FieldSchemaDataUninstallUpdateTest::testUpdateHookN |
function |
core/modules/system/tests/src/Functional/Update/FieldSchemaDataUninstallUpdateTest.php |
Tests the upgrade path after fixing field schema data uninstallation. |
FieldSqlStorageTest::testFieldUpdateFailure |
function |
core/tests/Drupal/KernelTests/Core/Entity/FieldSqlStorageTest.php |
Test that failure to create fields is handled gracefully. |
FieldSqlStorageTest::testFieldUpdateIndexesWithData |
function |
core/tests/Drupal/KernelTests/Core/Entity/FieldSqlStorageTest.php |
Test adding and removing indexes while data is present. |
FieldSqlStorageTest::testUpdateFieldSchemaWithData |
function |
core/tests/Drupal/KernelTests/Core/Entity/FieldSqlStorageTest.php |
Test trying to update a field with data. |
FieldStorageAddForm::validateAddExisting |
function |
core/modules/field_ui/src/Form/FieldStorageAddForm.php |
Validates the 're-use existing field' case. |
FieldStorageAddForm::validateAddNew |
function |
core/modules/field_ui/src/Form/FieldStorageAddForm.php |
Validates the 'add new field' case. |
FieldStorageAddForm::validateForm |
function |
core/modules/field_ui/src/Form/FieldStorageAddForm.php |
Form validation handler. |
FieldStorageConfig::preSaveUpdated |
function |
core/modules/field/src/Entity/FieldStorageConfig.php |
Prepares saving an updated field definition. |
FieldStorageConfigEditForm::validateCardinality |
function |
core/modules/field_ui/src/Form/FieldStorageConfigEditForm.php |
Validates the cardinality. |
FieldStorageConfigUpdateForbiddenException |
class |
core/modules/field/src/FieldStorageConfigUpdateForbiddenException.php |
Exception class thrown by hook_field_storage_config_update_forbid(). |
FieldStorageConfigUpdateForbiddenException.php |
file |
core/modules/field/src/FieldStorageConfigUpdateForbiddenException.php |
|
FieldStorageCrudTest::testUpdate |
function |
core/modules/field/tests/src/Kernel/FieldStorageCrudTest.php |
Test updating a field storage. |
FieldStorageCrudTest::testUpdateEntityTargetType |
function |
core/modules/field/tests/src/Kernel/FieldStorageCrudTest.php |
Test changing a field storage entity type. |
FieldStorageCrudTest::testUpdateEntityType |
function |
core/modules/field/tests/src/Kernel/FieldStorageCrudTest.php |
Test changing a field storage type. |
FieldStorageCrudTest::testUpdateFieldType |
function |
core/modules/field/tests/src/Kernel/FieldStorageCrudTest.php |
|
FieldStorageCrudTest::testUpdateForbid |
function |
core/modules/field/tests/src/Kernel/FieldStorageCrudTest.php |
Test field type modules forbidding an update. |
FieldStorageDefinitionEvents::UPDATE |
constant |
core/lib/Drupal/Core/Field/FieldStorageDefinitionEvents.php |
Name of the event triggered for field storage definition update. |
FieldStorageDefinitionEventSubscriberTrait::onFieldStorageDefinitionUpdate |
function |
core/lib/Drupal/Core/Field/FieldStorageDefinitionEventSubscriberTrait.php |
|
FieldStorageDefinitionListener::onFieldStorageDefinitionUpdate |
function |
core/lib/Drupal/Core/Field/FieldStorageDefinitionListener.php |
Reacts to the update of a field storage definition. |
FieldStorageDefinitionListenerInterface::onFieldStorageDefinitionUpdate |
function |
core/lib/Drupal/Core/Field/FieldStorageDefinitionListenerInterface.php |
Reacts to the update of a field storage definition. |
FieldStorageDefinitionUpdateForbiddenException |
class |
core/lib/Drupal/Core/Entity/Exception/FieldStorageDefinitionUpdateForbiddenException.php |
Exception thrown when a storage definition update is forbidden. |
FieldStorageDefinitionUpdateForbiddenException.php |
file |
core/lib/Drupal/Core/Entity/Exception/FieldStorageDefinitionUpdateForbiddenException.php |
|
FieldUninstallValidator::validate |
function |
core/modules/field/src/ProxyClass/FieldUninstallValidator.php |
Determines the reasons a module can not be uninstalled. |
FieldUninstallValidator::validate |
function |
core/modules/field/src/FieldUninstallValidator.php |
Determines the reasons a module can not be uninstalled. |
FieldUninstallValidatorTest::testValidateDeleted |
function |
core/modules/field/tests/src/Unit/FieldUninstallValidatorTest.php |
@covers ::validate[[api-linebreak]] |
FieldUninstallValidatorTest::testValidateNoDeleted |
function |
core/modules/field/tests/src/Unit/FieldUninstallValidatorTest.php |
@covers ::validate[[api-linebreak]] |
FieldUninstallValidatorTest::testValidateNoStorages |
function |
core/modules/field/tests/src/Unit/FieldUninstallValidatorTest.php |
@covers ::validate[[api-linebreak]] |
FieldUpdateActionBase |
class |
core/lib/Drupal/Core/Field/FieldUpdateActionBase.php |
Provides a base for action plugins that update one or more fields. |
FieldUpdateActionBase.php |
file |
core/lib/Drupal/Core/Field/FieldUpdateActionBase.php |
|
FieldUpdateActionBase::access |
function |
core/lib/Drupal/Core/Field/FieldUpdateActionBase.php |
Checks object access. |
FieldUpdateActionBase::execute |
function |
core/lib/Drupal/Core/Field/FieldUpdateActionBase.php |
Executes the plugin. |
FieldUpdateActionBase::getFieldsToUpdate |
function |
core/lib/Drupal/Core/Field/FieldUpdateActionBase.php |
Gets an array of values to be set. |
FieldUpdateTest |
class |
core/modules/field/tests/src/Functional/Update/FieldUpdateTest.php |
Tests that field settings are properly updated during database updates. |
FieldUpdateTest.php |
file |
core/modules/field/tests/src/Functional/Update/FieldUpdateTest.php |
|