60 calls to ContentEntityBase::get() in Drupal 10
- BlockContent::getRevisionCreationTime in core/
modules/ block_content/ src/ Entity/ BlockContent.php - Implements \Drupal\Core\Entity\RevisionLogInterface::getRevisionCreationTime().
- BlockContent::getRevisionLogMessage in core/
modules/ block_content/ src/ Entity/ BlockContent.php - Implements \Drupal\Core\Entity\RevisionLogInterface::getRevisionLogMessage().
- BlockContent::getRevisionUser in core/
modules/ block_content/ src/ Entity/ BlockContent.php - Implements \Drupal\Core\Entity\RevisionLogInterface::getRevisionUser().
- BlockContent::getRevisionUserId in core/
modules/ block_content/ src/ Entity/ BlockContent.php - Implements \Drupal\Core\Entity\RevisionLogInterface::getRevisionUserId().
- BlockContent::isReusable in core/
modules/ block_content/ src/ Entity/ BlockContent.php - Determines if the block is reusable or not.
- ContentEntityBase::getEntityKey in core/
lib/ Drupal/ Core/ Entity/ ContentEntityBase.php - Gets the value of the given entity key, if defined.
- ContentEntityBase::getFields in core/
lib/ Drupal/ Core/ Entity/ ContentEntityBase.php - Gets an array of all field item lists.
- ContentEntityBase::getTranslatableFields in core/
lib/ Drupal/ Core/ Entity/ ContentEntityBase.php - Gets an array of field item lists for translatable fields.
- ContentEntityBase::hasTranslationChanges in core/
lib/ Drupal/ Core/ Entity/ ContentEntityBase.php - Determines if the current translation of the entity has unsaved changes.
- ContentEntityBase::isRevisionTranslationAffected in core/
lib/ Drupal/ Core/ Entity/ ContentEntityBase.php - Checks whether the current translation is affected by the current revision.
- ContentEntityBase::onChange in core/
lib/ Drupal/ Core/ Entity/ ContentEntityBase.php - Reacts to changes to a field.
- ContentEntityBase::set in core/
lib/ Drupal/ Core/ Entity/ ContentEntityBase.php - Sets a field value.
- ContentEntityBase::setDefaultLangcode in core/
lib/ Drupal/ Core/ Entity/ ContentEntityBase.php - Populates the local cache for the default language code.
- ContentEntityBase::wasDefaultRevision in core/
lib/ Drupal/ Core/ Entity/ ContentEntityBase.php - Checks whether the entity object was a default revision when it was saved.
- ContentEntityBase::__unset in core/
lib/ Drupal/ Core/ Entity/ ContentEntityBase.php - Implements the magic method for unset().
- EntityTest::getName in core/
modules/ system/ tests/ modules/ entity_test/ src/ Entity/ EntityTest.php - Returns the name.
- EntityTest::getOwner in core/
modules/ system/ tests/ modules/ entity_test/ src/ Entity/ EntityTest.php - Returns the entity owner's user entity.
- EntityTest::getOwnerId in core/
modules/ system/ tests/ modules/ entity_test/ src/ Entity/ EntityTest.php - Returns the entity owner's user ID.
- File::getCreatedTime in core/
modules/ file/ src/ Entity/ File.php - Returns the file entity creation timestamp.
- File::getFilename in core/
modules/ file/ src/ Entity/ File.php - Returns the name of the file.
- File::getFileUri in core/
modules/ file/ src/ Entity/ File.php - Returns the URI of the file.
- File::getMimeType in core/
modules/ file/ src/ Entity/ File.php - Returns the MIME type of the file.
- File::getSize in core/
modules/ file/ src/ Entity/ File.php - Returns the size of the file.
- File::isPermanent in core/
modules/ file/ src/ Entity/ File.php - Returns TRUE if the file is permanent.
- File::isTemporary in core/
modules/ file/ src/ Entity/ File.php - Returns TRUE if the file is temporary.
- File::setFilename in core/
modules/ file/ src/ Entity/ File.php - Sets the name of the file.
- File::setFileUri in core/
modules/ file/ src/ Entity/ File.php - Sets the URI of the file.
- File::setMimeType in core/
modules/ file/ src/ Entity/ File.php - Sets the MIME type of the file.
- File::setPermanent in core/
modules/ file/ src/ Entity/ File.php - Sets the file status to permanent.
- File::setSize in core/
modules/ file/ src/ Entity/ File.php - Sets the size of the file.
- File::setTemporary in core/
modules/ file/ src/ Entity/ File.php - Sets the file status to temporary.
- Media::getCreatedTime in core/
modules/ media/ src/ Entity/ Media.php - Returns the media item creation timestamp.
- Media::getThumbnailUri in core/
modules/ media/ src/ Entity/ Media.php - Gets the URI for the thumbnail of a media item.
- Media::preSave in core/
modules/ media/ src/ Entity/ Media.php - Acts on an entity before the presave hook is invoked.
- Media::shouldUpdateThumbnail in core/
modules/ media/ src/ Entity/ Media.php - Determines if the thumbnail should be updated for a media item.
- Media::validate in core/
modules/ media/ src/ Entity/ Media.php - Validates the currently set values.
- MenuLinkContent::getDescription in core/
modules/ menu_link_content/ src/ Entity/ MenuLinkContent.php - Gets the description of the menu link for the UI.
- MenuLinkContent::getMenuName in core/
modules/ menu_link_content/ src/ Entity/ MenuLinkContent.php - Gets the menu name of the custom menu link.
- MenuLinkContent::getParentId in core/
modules/ menu_link_content/ src/ Entity/ MenuLinkContent.php - Gets the plugin ID of the parent menu link.
- MenuLinkContent::getTitle in core/
modules/ menu_link_content/ src/ Entity/ MenuLinkContent.php - Gets the title of the menu link.
- MenuLinkContent::getWeight in core/
modules/ menu_link_content/ src/ Entity/ MenuLinkContent.php - Returns the weight of the menu link content entity.
- MenuLinkContent::isEnabled in core/
modules/ menu_link_content/ src/ Entity/ MenuLinkContent.php - Returns whether the menu link is marked as enabled.
- MenuLinkContent::isExpanded in core/
modules/ menu_link_content/ src/ Entity/ MenuLinkContent.php - Returns whether the menu link is marked as always expanded.
- MenuLinkContent::requiresRediscovery in core/
modules/ menu_link_content/ src/ Entity/ MenuLinkContent.php - Returns whether the menu link requires rediscovery.
- Message::copySender in core/
modules/ contact/ src/ Entity/ Message.php - Returns TRUE if a copy should be sent to the sender.
- Message::getContactForm in core/
modules/ contact/ src/ Entity/ Message.php - Returns the form this contact message belongs to.
- Message::getMessage in core/
modules/ contact/ src/ Entity/ Message.php - Returns the message body.
- Message::getPersonalRecipient in core/
modules/ contact/ src/ Entity/ Message.php - Returns the user this message is being sent to.
- Message::getSenderMail in core/
modules/ contact/ src/ Entity/ Message.php - Returns the email address of the sender.
- Message::getSenderName in core/
modules/ contact/ src/ Entity/ Message.php - Returns the name of the sender.
- Message::getSubject in core/
modules/ contact/ src/ Entity/ Message.php - Returns the message subject.
- PathAlias::getAlias in core/
modules/ path_alias/ src/ Entity/ PathAlias.php - Gets the alias for this path.
- PathAlias::getPath in core/
modules/ path_alias/ src/ Entity/ PathAlias.php - Gets the source path of the alias.
- Term::getDescription in core/
modules/ taxonomy/ src/ Entity/ Term.php - Gets the term description.
- Term::getFormat in core/
modules/ taxonomy/ src/ Entity/ Term.php - Gets the text format name for the term description.
- Term::getWeight in core/
modules/ taxonomy/ src/ Entity/ Term.php - Gets the term weight.
- Term::preSave in core/
modules/ taxonomy/ src/ Entity/ Term.php - Acts on an entity before the presave hook is invoked.
- Term::setFormat in core/
modules/ taxonomy/ src/ Entity/ Term.php - Sets the text format name for the term description.
- Workspace::getCreatedTime in core/
modules/ workspaces/ src/ Entity/ Workspace.php - Gets the workspace creation timestamp.
- Workspace::hasParent in core/
modules/ workspaces/ src/ Entity/ Workspace.php - Determines whether the workspace has a parent.