You are here

38 calls to FieldStorageConfig::loadByName() in Zircon Profile 8

BlockContentFieldFilterTest::setUp in core/modules/block_content/src/Tests/Views/BlockContentFieldFilterTest.php
Sets up a Drupal site for running functional and integration tests.
block_content_add_body_field in core/modules/block_content/block_content.module
Adds the default body field to a custom block type.
Comment::preCreate in core/modules/comment/src/Entity/Comment.php
Changes the values of an entity before it is created.
CommentFieldsTest::testCommentDefaultFields in core/modules/comment/src/Tests/CommentFieldsTest.php
Tests that the default 'comment_body' field is correctly added.
CommentFieldsTest::testCommentInstallAfterContentModule in core/modules/comment/src/Tests/CommentFieldsTest.php
Tests that comment module works when installed after a content module.
CommentLanguageTest::setUp in core/modules/comment/src/Tests/CommentLanguageTest.php
Sets up a Drupal site for running functional and integration tests.
CommentManager::addBodyField in core/modules/comment/src/CommentManager.php
Creates a comment_body field.
CommentTypeDeleteForm::buildForm in core/modules/comment/src/Form/CommentTypeDeleteForm.php
Form constructor.
CommentTypeTest::testCommentTypeDeletion in core/modules/comment/src/Tests/CommentTypeTest.php
Tests deleting a comment type that still has content.
CommentUninstallTest::testCommentUninstallWithField in core/modules/comment/src/Tests/CommentUninstallTest.php
Tests if comment module uninstallation fails if the field exists.
CommentUninstallTest::testCommentUninstallWithoutField in core/modules/comment/src/Tests/CommentUninstallTest.php
Tests if uninstallation succeeds if the field has been deleted beforehand.
ConfigTranslationListUiTest::doFieldListTest in core/modules/config_translation/src/Tests/ConfigTranslationListUiTest.php
Tests the field listing for the translate operation.
EntityReferenceFormatterTest::testLabelFormatter in core/modules/field/src/Tests/EntityReference/EntityReferenceFormatterTest.php
Tests the label formatter.
EntityReferenceTestTrait::createEntityReferenceField in core/modules/field/src/Tests/EntityReference/EntityReferenceTestTrait.php
Creates a field of an entity reference field storage on the specified bundle.
EntityTranslationFormTest::testEntityFormLanguage in core/modules/system/src/Tests/Entity/EntityTranslationFormTest.php
Tests entity form language.
FieldCrudTest::testDeleteFieldCrossDeletion in core/modules/field/src/Tests/FieldCrudTest.php
Tests the cross deletion behavior between field storages and fields.
FieldTranslationSqlStorageTest::assertFieldStorageLangcode in core/modules/system/src/Tests/Entity/FieldTranslationSqlStorageTest.php
Checks whether field languages are correctly stored for the given entity.
FieldUIDeleteTest::testDeleteField in core/modules/field_ui/src/Tests/FieldUIDeleteTest.php
Tests that deletion removes field storages and fields as expected.
FileFieldTestBase::uploadNodeFiles in core/modules/file/src/Tests/FileFieldTestBase.php
Uploads multiple files to a node.
ForumUninstallTest::testForumUninstallWithField in core/modules/forum/src/Tests/ForumUninstallTest.php
Tests if forum module uninstallation properly deletes the field.
ForumUninstallTest::testForumUninstallWithoutFieldStorage in core/modules/forum/src/Tests/ForumUninstallTest.php
Tests uninstallation if the field storage has been deleted beforehand.
forum_uninstall in core/modules/forum/forum.install
Implements hook_uninstall().
ImageFieldDisplayTest::testImageFieldDefaultImage in core/modules/image/src/Tests/ImageFieldDisplayTest.php
Test use of a default image with an image field.
ManageFieldsTest::addPersistentFieldStorage in core/modules/field_ui/src/Tests/ManageFieldsTest.php
Tests that persistent field storage appears in the field UI.
ManageFieldsTest::assertFieldSettings in core/modules/field_ui/src/Tests/ManageFieldsTest.php
Asserts field settings are as expected.
ManageFieldsTest::testDefaultValue in core/modules/field_ui/src/Tests/ManageFieldsTest.php
Tests that default value is correctly validated and saved.
ManageFieldsTest::testDeleteField in core/modules/field_ui/src/Tests/ManageFieldsTest.php
Tests that deletion removes field storages and fields as expected.
ManageFieldsTest::testDeleteTaxonomyField in core/modules/field_ui/src/Tests/ManageFieldsTest.php
Tests that deletion removes field storages and fields as expected for a term.
ManageFieldsTest::testPreconfiguredFields in core/modules/field_ui/src/Tests/ManageFieldsTest.php
Tests the "preconfigured field" functionality.
NodeBodyFieldStorageTest::testFieldOverrides in core/modules/node/src/Tests/NodeBodyFieldStorageTest.php
Tests node body field storage persistence even if there are no instances.
NodeFieldMultilingualTest::setUp in core/modules/node/src/Tests/NodeFieldMultilingualTest.php
Sets up a Drupal site for running functional and integration tests.
NodeLanguageTest::setUp in core/modules/node/src/Tests/Views/NodeLanguageTest.php
Sets up a Drupal site for running functional and integration tests.
node_add_body_field in core/modules/node/node.module
Adds the default body field to a node type.
OptionsFieldUITest::assertAllowedValuesInput in core/modules/options/src/Tests/OptionsFieldUITest.php
Tests a string input for the 'allowed values' form element.
OptionsFloatFieldImportTest::testImport in core/modules/options/src/Tests/OptionsFloatFieldImportTest.php
Tests that importing list_float fields works.
SearchLanguageTest::setUp in core/modules/search/src/Tests/SearchLanguageTest.php
Sets up a Drupal site for running functional and integration tests.
SearchMultilingualEntityTest::setUp in core/modules/search/src/Tests/SearchMultilingualEntityTest.php
Sets up a Drupal site for running functional and integration tests.
TaxonomyTranslationTestTrait::setUpTermReferenceField in core/modules/taxonomy/src/Tests/TaxonomyTranslationTestTrait.php
Adds term reference field for the article content type.