FieldInstanceCrudTest::testDeleteFieldInstance |
function |
drupal/core/modules/field/lib/Drupal/field/Tests/FieldInstanceCrudTest.php |
Test the deletion of a field instance. |
DatabaseStorageController::getFieldDefinitions |
function |
drupal/core/lib/Drupal/Core/Entity/DatabaseStorageController.php |
Implements Drupal\Core\Entity\EntityStorageControllerInterface::getFieldDefinitions(). |
SelectComplexTest::testCountQueryFieldRemovals |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/SelectComplexTest.php |
Tests that countQuery properly removes fields and expressions. |
field_test_query_efq_table_prefixing_test_alter |
function |
drupal/core/modules/field/tests/modules/field_test/field_test.module |
Implements hook_query_TAG_alter() for tag 'efq_table_prefixing_test'. |
InsertDefaultsTest::testDefaultInsertWithFields |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/InsertDefaultsTest.php |
Tests that we can insert fields with values and defaults in the same query. |
views_handler_field_custom_pre_render_move_text |
function |
drupal/core/modules/views/views.module |
Prerender function to move the textarea to the top. |
field_sql_storage_field_storage_delete_revision |
function |
drupal/core/modules/field/modules/field_sql_storage/field_sql_storage.module |
Implements hook_field_storage_delete_revision(). |
field_sql_storage_field_storage_delete_instance |
function |
drupal/core/modules/field/modules/field_sql_storage/field_sql_storage.module |
Implements hook_field_storage_delete_instance(). |
FieldAttachStorageTest::testFieldAttachSaveLoad |
function |
drupal/core/modules/field/lib/Drupal/field/Tests/FieldAttachStorageTest.php |
Check field values insert, update and load. |
DatabaseStorageController::baseFieldDefinitions |
function |
drupal/core/lib/Drupal/Core/Entity/DatabaseStorageController.php |
Defines the base properties of the entity type. |
NodeTranslationUITest::testFieldTranslationForm |
function |
drupal/core/modules/node/lib/Drupal/node/Tests/NodeTranslationUITest.php |
Tests field translation form. |
HandlerFieldFieldTest::_testMultipleFieldRender |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Field/HandlerFieldFieldTest.php |
|
EntityEnclosingRequestInterface::removePostField |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/EntityEnclosingRequestInterface.php |
Remove a POST field or file by name |
ImageFieldDisplayTest::_testImageFieldFormatters |
function |
drupal/core/modules/image/lib/Drupal/image/Tests/ImageFieldDisplayTest.php |
Test image formatters on node display. |
JsonldFieldItemNormalizer::supportsNormalization |
function |
drupal/core/modules/jsonld/lib/Drupal/jsonld/JsonldFieldItemNormalizer.php |
Implements \Symfony\Component\Serializer\Normalizer\NormalizerInterface::supportsNormalization() |
ClassMetadata::getAssociationMappedByTargetField |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/ClassMetadata.php |
Returns the target field of the owning side of the association |
FileFieldRSSContentTest::testFileFieldRSSContent |
function |
drupal/core/modules/file/lib/Drupal/file/Tests/FileFieldRSSContentTest.php |
Tests RSS enclosure formatter display for RSS feeds. |
OptionsFieldUITest::testOptionsAllowedValuesText |
function |
drupal/core/modules/field/modules/options/lib/Drupal/options/Tests/OptionsFieldUITest.php |
Options (text) : test 'allowed values' input. |
field_test_field_formatter_settings_summary_alter |
function |
drupal/core/modules/field/tests/modules/field_test/field_test.module |
Implements hook_field_formatter_settings_summary_alter(). |
ImageFieldDisplayTest::testImageFieldDefaultImage |
function |
drupal/core/modules/image/lib/Drupal/image/Tests/ImageFieldDisplayTest.php |
Test use of a default image with an image field. |
views.view.test_views_handler_field_user_name.yml |
file |
drupal/core/modules/views/tests/views_test_config/test_views/views.view.test_views_handler_field_user_name.yml |
drupal/core/modules/views/tests/views_test_config/test_views/views.view.test_views_handler_field_user_name.yml |
OptionsFieldUITest::testOptionsAllowedValuesFloat |
function |
drupal/core/modules/field/modules/options/lib/Drupal/options/Tests/OptionsFieldUITest.php |
Options (float) : test 'allowed values' input. |
EntityTestStorageController::baseFieldDefinitions |
function |
drupal/core/modules/system/tests/modules/entity_test/lib/Drupal/entity_test/EntityTestStorageController.php |
Implements \Drupal\Core\Entity\DataBaseStorageControllerNG::baseFieldDefinitions(). |
NodeAccessFieldTest::testNodeAccessAdministerField |
function |
drupal/core/modules/node/lib/Drupal/node/Tests/NodeAccessFieldTest.php |
Tests administering fields when node access is restricted. |
TranslationTest::testFieldFormTranslationRevisions |
function |
drupal/core/modules/field/lib/Drupal/field/Tests/TranslationTest.php |
Tests field translations when creating a new revision. |
FieldSqlStorageTest::testUpdateFieldSchemaWithData |
function |
drupal/core/modules/field/modules/field_sql_storage/lib/Drupal/field_sql_storage/Tests/FieldSqlStorageTest.php |
Test trying to update a field with data. |
FormTest::testFieldFormMultivalueWithRequiredRadio |
function |
drupal/core/modules/field/lib/Drupal/field/Tests/FormTest.php |
Tests widget handling of multiple required radios. |
options_field_settings_form_validate_allowed_values |
function |
drupal/core/modules/field/modules/options/options.module |
Element validate callback; check that the entered values are valid. |
FieldAttachStorageTest::testFieldAttachLoadMultiple |
function |
drupal/core/modules/field/lib/Drupal/field/Tests/FieldAttachStorageTest.php |
Test the 'multiple' load feature. |
FieldAttachStorageTest::testFieldAttachDeleteBundle |
function |
drupal/core/modules/field/lib/Drupal/field/Tests/FieldAttachStorageTest.php |
Test field_attach_delete_bundle(). |
FieldSqlStorageTest::testFieldAttachInsertAndUpdate |
function |
drupal/core/modules/field/modules/field_sql_storage/lib/Drupal/field_sql_storage/Tests/FieldSqlStorageTest.php |
Reads mysql to verify correct data is
written when using insert and update. |
FieldSqlStorageTest::testFieldAttachSaveMissingData |
function |
drupal/core/modules/field/modules/field_sql_storage/lib/Drupal/field_sql_storage/Tests/FieldSqlStorageTest.php |
Tests insert and update with missing or NULL fields. |
FieldSqlStorageTest::testFieldUpdateIndexesWithData |
function |
drupal/core/modules/field/modules/field_sql_storage/lib/Drupal/field_sql_storage/Tests/FieldSqlStorageTest.php |
Test adding and removing indexes while data is present. |
FieldSqlStorageTest::testFieldSqlStorageForeignKeys |
function |
drupal/core/modules/field/modules/field_sql_storage/lib/Drupal/field_sql_storage/Tests/FieldSqlStorageTest.php |
Test foreign key support. |
OptionsFieldUITest::testOptionsAllowedValuesInteger |
function |
drupal/core/modules/field/modules/options/lib/Drupal/options/Tests/OptionsFieldUITest.php |
Options (integer) : test 'allowed values' input. |
OptionsFieldUITest::testOptionsAllowedValuesBoolean |
function |
drupal/core/modules/field/modules/options/lib/Drupal/options/Tests/OptionsFieldUITest.php |
Options (boolen) : test 'On/Off' values input. |
PictureFieldDisplayTest::_testPictureFieldFormatters |
function |
drupal/core/modules/picture/lib/Drupal/picture/Tests/PictureFieldDisplayTest.php |
Test picture formatters on node display. |
FieldAttachStorageTest::testFieldStorageDetailsAlter |
function |
drupal/core/modules/field/lib/Drupal/field/Tests/FieldAttachStorageTest.php |
Test storage details alteration. |
UserRegistrationTest::testRegistrationWithUserFields |
function |
drupal/core/modules/user/lib/Drupal/user/Tests/UserRegistrationTest.php |
Tests Field API fields on user registration forms. |
TestObjectMetadata::getAssociationMappedByTargetField |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/PersistentObjectTest.php |
Returns the target field of the owning side of the association |
ImageFieldDisplayTest::testImageFieldFormattersPublic |
function |
drupal/core/modules/image/lib/Drupal/image/Tests/ImageFieldDisplayTest.php |
Test image formatters on node display for public files. |
EntityStorageControllerInterface::getFieldDefinitions |
function |
drupal/core/lib/Drupal/Core/Entity/EntityStorageControllerInterface.php |
Gets an array of entity field definitions. |
TermFieldTest::testTaxonomyTermFieldChangeMachineName |
function |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TermFieldTest.php |
Tests that vocabulary machine name changes are mirrored in field definitions. |
ImageFieldDisplayTest::testImageFieldFormattersPrivate |
function |
drupal/core/modules/image/lib/Drupal/image/Tests/ImageFieldDisplayTest.php |
Test image formatters on node display for private files. |
ClosureExpressionVisitorTest::testSortByFieldAscending |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Collections/ClosureExpressionVisitorTest.php |
|
FieldAttachStorageTest::testFieldAttachSaveMissingData |
function |
drupal/core/modules/field/lib/Drupal/field/Tests/FieldAttachStorageTest.php |
Tests insert and update with missing or NULL fields. |
translation_entity_form_field_ui_field_edit_form_alter |
function |
drupal/core/modules/translation_entity/translation_entity.module |
Implements hook_form_FORM_ID_alter(). |
HandlerFieldFieldTest::_testFormatterSimpleFieldRender |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Field/HandlerFieldFieldTest.php |
Tests that fields with formatters runs as expected. |
NodeEntityFieldQueryAlterTest::testNodeQueryAlterWithUI |
function |
drupal/core/modules/node/lib/Drupal/node/Tests/NodeEntityFieldQueryAlterTest.php |
Tests that node access permissions are followed. |
NodeFieldMultilingualTestCase::testMultilingualNodeForm |
function |
drupal/core/modules/node/lib/Drupal/node/Tests/NodeFieldMultilingualTestCase.php |
Tests whether field languages are correctly set through the node form. |