You are here

21 uses of SAVED_NEW in Drupal 10

BlockContentTestBase::createBlockContent in core/modules/block_content/tests/src/Functional/Views/BlockContentTestBase.php
Creates a custom block.
BlockContentTestBase::createBlockContentType in core/modules/block_content/tests/src/Functional/Views/BlockContentTestBase.php
Creates a custom block type (bundle).
ConfigEntityStorage::doSave in core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php
Performs storage-specific saving of the entity.
ConfigEntityStorageTest::testSaveInsert in core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityStorageTest.php
@covers ::save @covers ::doSave
ConfigEntityTest::testCRUD in core/modules/config/tests/src/Functional/ConfigEntityTest.php
Tests CRUD operations.
ContentEntityStorageBase::doSave in core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php
Performs storage-specific saving of the entity.
ContentTypeCreationTrait::createContentType in core/modules/node/tests/src/Traits/ContentTypeCreationTrait.php
Creates a custom content type based on default settings.
ConvertTest::testConvertFileInRoot in core/modules/image/tests/src/Functional/ImageEffect/ConvertTest.php
Tests that files stored in the root folder are converted properly.
EntityTypeWithoutViewsDataTest::testEntityTypeWithoutViewsData in core/modules/datetime_range/tests/src/Kernel/Views/EntityTypeWithoutViewsDataTest.php
Tests the case when an entity type provides no views data.
ForumForm::save in core/modules/forum/src/Form/ForumForm.php
Form submission handler for the 'save' action.
KeyValueContentEntityStorageTest::testCRUD in core/tests/Drupal/KernelTests/Core/KeyValueStore/KeyValueContentEntityStorageTest.php
Tests CRUD operations.
KeyValueEntityStorage::doSave in core/lib/Drupal/Core/Entity/KeyValueStore/KeyValueEntityStorage.php
Performs storage-specific saving of the entity.
MediaForm::save in core/modules/media/src/MediaForm.php
Form submission handler for the 'save' action.
MediaTypeCreationTrait::createMediaType in core/modules/media/tests/src/Traits/MediaTypeCreationTrait.php
Create a media type for a source plugin.
MediaTypeForm::save in core/modules/media/src/MediaTypeForm.php
Form submission handler for the 'save' action.
NodeTypeForm::save in core/modules/node/src/NodeTypeForm.php
SimpleConfigSectionStorage::save in core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/SectionStorage/SimpleConfigSectionStorage.php
Saves the sections.
TermForm::save in core/modules/taxonomy/src/TermForm.php
Form submission handler for the 'save' action.
UserCreationTrait::createRole in core/modules/user/tests/src/Traits/UserCreationTrait.php
Creates a role with specified permissions.
UserSaveStatusTest::testUserSaveStatus in core/modules/user/tests/src/Kernel/UserSaveStatusTest.php
Tests SAVED_NEW and SAVED_UPDATED statuses for user entity type.
VocabularyForm::save in core/modules/taxonomy/src/VocabularyForm.php