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 |
|
FieldStorageConfigValidationTest::testFieldTypePluginIsValidated |
function |
core/modules/field/tests/src/Kernel/Entity/FieldStorageConfigValidationTest.php |
Tests that the field type plugin's existence is validated. |
FieldStorageCrudTest::testUpdate |
function |
core/modules/field/tests/src/Kernel/FieldStorageCrudTest.php |
Tests updating a field storage. |
FieldStorageCrudTest::testUpdateEntityTargetType |
function |
core/modules/field/tests/src/Kernel/FieldStorageCrudTest.php |
Tests changing a field storage entity type. |
FieldStorageCrudTest::testUpdateEntityType |
function |
core/modules/field/tests/src/Kernel/FieldStorageCrudTest.php |
Tests changing a field storage type. |
FieldStorageCrudTest::testUpdateFieldType |
function |
core/modules/field/tests/src/Kernel/FieldStorageCrudTest.php |
Tests that updating a field storage type is not allowed. |
FieldStorageCrudTest::testUpdateForbid |
function |
core/modules/field/tests/src/Kernel/FieldStorageCrudTest.php |
Tests 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 |
|
FieldTestFieldHooks::fieldStorageConfigUpdateForbid |
function |
core/modules/field/tests/modules/field_test/src/Hook/FieldTestFieldHooks.php |
Implements hook_field_storage_config_update_forbid(). |
FieldUninstallValidator::validate |
function |
core/modules/field/src/FieldUninstallValidator.php |
Determines the reasons a module can not be uninstalled. |
FieldUninstallValidator::validateConfigImport |
function |
core/modules/field/src/FieldUninstallValidator.php |
Determines reasons a module can not be uninstalled prior to config import. |
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. |
FieldWidgetConstraintValidator::validate |
function |
core/modules/system/tests/modules/entity_test/src/Plugin/Validation/Constraint/FieldWidgetConstraintValidator.php |
|
field_removed_post_updates |
function |
core/modules/field/field.post_update.php |
Implements hook_removed_post_updates(). |
field_update_last_removed |
function |
core/modules/field/field.install |
Implements hook_update_last_removed(). |
file.post_update.php |
file |
core/modules/file/file.post_update.php |
Post update functions for File. |
File::invalidateTagsOnSave |
function |
core/modules/file/src/Entity/File.php |
Invalidates an entity's cache tags upon save. |
FileEncodingConstraintValidator::validate |
function |
core/modules/file/src/Plugin/Validation/Constraint/FileEncodingConstraintValidator.php |
|
FileEncodingConstraintValidator::validateEncoding |
function |
core/modules/file/src/Plugin/Validation/Constraint/FileEncodingConstraintValidator.php |
Validates the encoding of the file. |
FileEncodingConstraintValidatorTest::providerTestFileValidateEncodings |
function |
core/modules/file/tests/src/Kernel/Plugin/Validation/Constraint/FileEncodingConstraintValidatorTest.php |
Data provider for ::testFileEncoding. |
FileExtensionConstraintValidator::validate |
function |
core/modules/file/src/Plugin/Validation/Constraint/FileExtensionConstraintValidator.php |
|
FileExtensionConstraintValidatorTest::providerTestFileValidateExtensionsOnUri |
function |
core/modules/file/tests/src/Kernel/Plugin/Validation/Constraint/FileExtensionConstraintValidatorTest.php |
Data provider for ::testFileExtensionOnUri. |
FileExtensionSecureConstraintValidator::validate |
function |
core/modules/file/src/Plugin/Validation/Constraint/FileExtensionSecureConstraintValidator.php |
|
FileExtensionSecureConstraintValidatorTest::testValidate |
function |
core/modules/file/tests/src/Kernel/Plugin/Validation/Constraint/FileExtensionSecureConstraintValidatorTest.php |
@covers ::validate[[api-linebreak]] |
FileFieldTestBase::updateFileField |
function |
core/modules/file/tests/src/Functional/FileFieldTestBase.php |
Updates an existing file field with new settings. |
FileFieldValidateTest |
class |
core/modules/file/tests/src/FunctionalJavascript/FileFieldValidateTest.php |
Tests file field validation functions. |
FileFieldValidateTest |
class |
core/modules/file/tests/src/Functional/FileFieldValidateTest.php |
Tests file field validation functions. |
FileFieldValidateTest.php |
file |
core/modules/file/tests/src/FunctionalJavascript/FileFieldValidateTest.php |
|
FileFieldValidateTest.php |
file |
core/modules/file/tests/src/Functional/FileFieldValidateTest.php |
|
FileFieldValidateTest::$defaultTheme |
property |
core/modules/file/tests/src/FunctionalJavascript/FileFieldValidateTest.php |
The theme to install as the default for testing. |
FileFieldValidateTest::$defaultTheme |
property |
core/modules/file/tests/src/Functional/FileFieldValidateTest.php |
The theme to install as the default for testing. |
FileFieldValidateTest::$modules |
property |
core/modules/file/tests/src/FunctionalJavascript/FileFieldValidateTest.php |
Modules to install. |
FileFieldValidateTest::testAjaxValidationMessage |
function |
core/modules/file/tests/src/FunctionalJavascript/FileFieldValidateTest.php |
Tests the validation message is displayed only once for ajax uploads. |
FileFieldValidateTest::testFileExtension |
function |
core/modules/file/tests/src/Functional/FileFieldValidateTest.php |
Tests file extension checking. |
FileFieldValidateTest::testFileMaxSize |
function |
core/modules/file/tests/src/Functional/FileFieldValidateTest.php |
Tests the max file size validator. |
FileFieldValidateTest::testFileRemoval |
function |
core/modules/file/tests/src/Functional/FileFieldValidateTest.php |
Checks that a file can always be removed if it does not pass validation. |