Search for isNew
Title | Object type | File name | Summary |
---|---|---|---|
ConfigEntityBase::isNew | function | core/ |
Overrides Entity::isNew(). |
ConfigEntityBaseUnitTest::testIsNew | function | core/ |
@covers ::isNew |
ConfigTest::testIsNew | function | core/ |
@covers ::isNew |
ContentEntityBase::isNewRevision | function | core/ |
|
ContentEntityBase::isNewTranslation | function | core/ |
|
ContentEntityBaseUnitTest::testIsNewRevision | function | core/ |
@covers ::isNewRevision @covers ::setNewRevision |
ContentEntityCloneTest::testEnforceIsNewOnClonedEntityTranslation | function | core/ |
Tests that the flag for enforcing a new entity is not shared. |
EntityBase::$enforceIsNew | property | core/ |
Boolean indicating whether the entity should be forced to be new. |
EntityBase::enforceIsNew | function | core/ |
|
EntityBase::isNew | function | core/ |
|
EntityInterface::enforceIsNew | function | core/ |
Enforces an entity to be new. |
EntityInterface::isNew | function | core/ |
Determines whether the entity is new. |
EntityUnitTest::testIsNew | function | core/ |
@covers ::isNew @covers ::enforceIsNew |
InlineBlock::$isNew | property | core/ |
Whether a new block is being created. |
RevisionableInterface::isNewRevision | function | core/ |
Determines whether a new revision should be created on save. |
SourceString::isNew | function | core/ |
Checks whether the object is not saved to storage yet. |
StorableConfigBase::$isNew | property | core/ |
Whether the configuration object is new or has been saved to the storage. |
StorableConfigBase::isNew | function | core/ |
Returns whether this configuration object is new. |
StringInterface::isNew | function | core/ |
Checks whether the object is not saved to storage yet. |
TranslatableInterface::isNewTranslation | function | core/ |
Checks whether the translation is new. |
TranslationString::$isNew | property | core/ |
Boolean indicating whether the string object is new. |
TranslationString::isNew | function | core/ |
Checks whether the object is not saved to storage yet. |
User::isNew | function | core/ |
Determines whether the entity is new. |
ViewUI::enforceIsNew | function | core/ |
Enforces an entity to be new. |
ViewUI::isNew | function | core/ |
Determines whether the entity is new. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.