|
ViewUI::isNew |
function |
drupal/core/modules/views_ui/lib/Drupal/views_ui/ViewUI.php |
Implements \Drupal\Core\Entity\EntityInterface::isNew(). |
|
Config::isNew |
function |
drupal/core/lib/Drupal/Core/Config/Config.php |
Returns whether this configuration object is new. |
|
Entity::isNew |
function |
drupal/core/lib/Drupal/Core/Entity/Entity.php |
Implements \Drupal\Core\Entity\EntityInterface::isNew(). |
|
Config::$isNew |
property |
drupal/core/lib/Drupal/Core/Config/Config.php |
Whether the configuration object is new or has been saved to the storage. |
|
SourceString::isNew |
function |
drupal/core/modules/locale/lib/Drupal/locale/SourceString.php |
Implements Drupal\locale\LocaleString::isNew(). |
|
ViewUI::enforceIsNew |
function |
drupal/core/modules/views_ui/lib/Drupal/views_ui/ViewUI.php |
Implements \Drupal\Core\Entity\EntityInterface::enforceIsNew(). |
|
Entity::enforceIsNew |
function |
drupal/core/lib/Drupal/Core/Entity/Entity.php |
Implements \Drupal\Core\Entity\EntityInterface::enforceIsNew(). |
|
ViewUI::isNewRevision |
function |
drupal/core/modules/views_ui/lib/Drupal/views_ui/ViewUI.php |
Implements \Drupal\Core\Entity\EntityInterface::isNewRevision(). |
|
Entity::$enforceIsNew |
property |
drupal/core/lib/Drupal/Core/Entity/Entity.php |
Boolean indicating whether the entity should be forced to be new. |
|
Entity::isNewRevision |
function |
drupal/core/lib/Drupal/Core/Entity/Entity.php |
Implements \Drupal\Core\Entity\EntityInterface::isNewRevision(). |
|
StringInterface::isNew |
function |
drupal/core/modules/locale/lib/Drupal/locale/StringInterface.php |
Checks whether the object is not saved to storage yet. |
|
EntityInterface::isNew |
function |
drupal/core/lib/Drupal/Core/Entity/EntityInterface.php |
Returns whether the entity is new. |
|
ConfigEntityBase::isNew |
function |
drupal/core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php |
Overrides Entity::isNew(). |
|
TranslationString::isNew |
function |
drupal/core/modules/locale/lib/Drupal/locale/TranslationString.php |
Implements Drupal\locale\StringInterface::isNew(). |
|
EntityBCDecorator::isNew |
function |
drupal/core/lib/Drupal/Core/Entity/EntityBCDecorator.php |
Forwards the call to the decorated entity. |
|
EntityInterface::enforceIsNew |
function |
drupal/core/lib/Drupal/Core/Entity/EntityInterface.php |
Enforces an entity to be new. |
|
EntityInterface::isNewRevision |
function |
drupal/core/lib/Drupal/Core/Entity/EntityInterface.php |
Returns whether a new revision should be created on save. |
|
EntityBCDecorator::enforceIsNew |
function |
drupal/core/lib/Drupal/Core/Entity/EntityBCDecorator.php |
Forwards the call to the decorated entity. |
|
EntityBCDecorator::isNewRevision |
function |
drupal/core/lib/Drupal/Core/Entity/EntityBCDecorator.php |
Forwards the call to the decorated entity. |