18 uses of SAVED_NEW in Zircon Profile 8
- BlockContentTestBase::createBlockContent in core/
modules/ block_content/ src/ Tests/ Views/ BlockContentTestBase.php - Creates a custom block.
- BlockContentTestBase::createBlockContentType in core/
modules/ block_content/ src/ Tests/ Views/ BlockContentTestBase.php - Creates a custom block type (bundle).
- BrowserTestBase::drupalCreateRole in core/
modules/ simpletest/ src/ BrowserTestBase.php - Creates a role with specified permissions.
- 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/ src/ Tests/ ConfigEntityTest.php - Tests CRUD operations.
- ContentEntityStorageBase::doSave in core/
lib/ Drupal/ Core/ Entity/ ContentEntityStorageBase.php - Performs storage-specific saving of the entity.
- ForumForm::save in core/
modules/ forum/ src/ Form/ ForumForm.php - Form submission handler for the 'save' action.
- KeyValueContentEntityStorageTest::testCRUD in core/
modules/ system/ src/ Tests/ KeyValueStore/ KeyValueContentEntityStorageTest.php - Tests CRUD operations.
- KeyValueEntityStorage::doSave in core/
lib/ Drupal/ Core/ Entity/ KeyValueStore/ KeyValueEntityStorage.php - Performs storage-specific saving of the entity.
- KeyValueEntityStorageTest::testSaveConfigEntity in core/
tests/ Drupal/ Tests/ Core/ Entity/ KeyValueStore/ KeyValueEntityStorageTest.php - @covers ::save @covers ::doSave
- KeyValueEntityStorageTest::testSaveInsert in core/
tests/ Drupal/ Tests/ Core/ Entity/ KeyValueStore/ KeyValueEntityStorageTest.php - @covers ::save @covers ::doSave
- NodeTypeForm::save in core/
modules/ node/ src/ NodeTypeForm.php - Form submission handler for the 'save' action.
- TermForm::save in core/
modules/ taxonomy/ src/ TermForm.php - Form submission handler for the 'save' action.
- UserCreationTrait::createRole in core/
modules/ simpletest/ src/ UserCreationTrait.php - Creates a role with specified permissions.
- UserSaveStatusTest::testUserSaveStatus in core/
modules/ user/ src/ Tests/ UserSaveStatusTest.php - Test SAVED_NEW and SAVED_UPDATED statuses for user entity type.
- VocabularyForm::save in core/
modules/ taxonomy/ src/ VocabularyForm.php - Form submission handler for the 'save' action.
- WebTestBase::drupalCreateContentType in core/
modules/ simpletest/ src/ WebTestBase.php - Creates a custom content type based on default settings.