Error message

Warning: count(): Parameter must be an array or an object that implements Countable in _api_make_match_member_link() (line 1230 of /home/projects/api/www/sites/all/modules/api/api.formatting.inc).

public function ParagraphInterface::isChanged

Returns a flag whether a current revision has been changed.

The current instance is being compared with the latest saved revision.

Return value

bool TRUE in case the current revision changed. Otherwise, FALSE.

See also

\Drupal\Core\Entity\ContentEntityBase::hasTranslationChanges()

1 method overrides ParagraphInterface::isChanged()
Paragraph::isChanged in paragraphs/src/Entity/Paragraph.php
Returns a flag whether a current revision has been changed.

File

paragraphs/src/ParagraphInterface.php, line 94

Class

ParagraphInterface
Provides an interface defining a paragraphs entity.

Namespace

Drupal\paragraphs

Code

public function isChanged();