26 calls to ContentEntityBase::set() in Drupal 10
- BlockContent::setInfo in core/
modules/ block_content/ src/ Entity/ BlockContent.php - Sets the block description.
- BlockContent::setNonReusable in core/
modules/ block_content/ src/ Entity/ BlockContent.php - Sets the block to be non-reusable.
- BlockContent::setReusable in core/
modules/ block_content/ src/ Entity/ BlockContent.php - Sets the block to be reusable.
- BlockContent::setRevisionCreationTime in core/
modules/ block_content/ src/ Entity/ BlockContent.php - Implements \Drupal\Core\Entity\RevisionLogInterface::setRevisionCreationTime().
- BlockContent::setRevisionLogMessage in core/
modules/ block_content/ src/ Entity/ BlockContent.php - Implements \Drupal\Core\Entity\RevisionLogInterface::setRevisionLogMessage().
- BlockContent::setRevisionUser in core/
modules/ block_content/ src/ Entity/ BlockContent.php - Implements \Drupal\Core\Entity\RevisionLogInterface::setRevisionUser().
- BlockContent::setRevisionUserId in core/
modules/ block_content/ src/ Entity/ BlockContent.php - Implements \Drupal\Core\Entity\RevisionLogInterface::setRevisionUserId().
- ContentEntityBase::setNewRevision in core/
lib/ Drupal/ Core/ Entity/ ContentEntityBase.php - Enforces an entity to be saved as a new revision.
- ContentEntityBase::setRevisionTranslationAffected in core/
lib/ Drupal/ Core/ Entity/ ContentEntityBase.php - Marks the current revision translation as affected.
- EntityTest::setName in core/
modules/ system/ tests/ modules/ entity_test/ src/ Entity/ EntityTest.php - Sets the name.
- EntityTest::setOwner in core/
modules/ system/ tests/ modules/ entity_test/ src/ Entity/ EntityTest.php - Sets the entity owner's user entity.
- EntityTest::setOwnerId in core/
modules/ system/ tests/ modules/ entity_test/ src/ Entity/ EntityTest.php - Sets the entity owner's user ID.
- Media::setCreatedTime in core/
modules/ media/ src/ Entity/ Media.php - Sets the media item creation timestamp.
- Media::setName in core/
modules/ media/ src/ Entity/ Media.php - Sets the media item name.
- MenuLinkContent::setRequiresRediscovery in core/
modules/ menu_link_content/ src/ Entity/ MenuLinkContent.php - Flags a link as requiring rediscovery.
- Message::setCopySender in core/
modules/ contact/ src/ Entity/ Message.php - Sets if the sender should receive a copy of this email or not.
- Message::setMessage in core/
modules/ contact/ src/ Entity/ Message.php - Sets the email message to send.
- Message::setSenderMail in core/
modules/ contact/ src/ Entity/ Message.php - Sets the email address of the sender.
- Message::setSenderName in core/
modules/ contact/ src/ Entity/ Message.php - Sets the name of the message sender.
- Message::setSubject in core/
modules/ contact/ src/ Entity/ Message.php - Sets the subject for the email.
- PathAlias::setAlias in core/
modules/ path_alias/ src/ Entity/ PathAlias.php - Sets the alias for this path.
- PathAlias::setPath in core/
modules/ path_alias/ src/ Entity/ PathAlias.php - Sets the source path of the alias.
- Term::setDescription in core/
modules/ taxonomy/ src/ Entity/ Term.php - Sets the term description.
- Term::setName in core/
modules/ taxonomy/ src/ Entity/ Term.php - Sets the term name.
- Term::setWeight in core/
modules/ taxonomy/ src/ Entity/ Term.php - Sets the term weight.
- Workspace::setCreatedTime in core/
modules/ workspaces/ src/ Entity/ Workspace.php - Sets the workspace creation timestamp.