function TranslatableRevisionableInterface::isDefaultTranslationAffectedOnly
Checks if untranslatable fields should affect only the default translation.
Return value
bool TRUE if untranslatable fields should affect only the default translation, FALSE otherwise.
1 method overrides TranslatableRevisionableInterface::isDefaultTranslationAffectedOnly()
- ContentEntityBase::isDefaultTranslationAffectedOnly in core/
lib/ Drupal/ Core/ Entity/ ContentEntityBase.php - Checks if untranslatable fields should affect only the default translation.
File
-
core/
lib/ Drupal/ Core/ Entity/ TranslatableRevisionableInterface.php, line 81
Class
- TranslatableRevisionableInterface
- Provides methods for an entity to support revision translation.
Namespace
Drupal\Core\EntityCode
public function isDefaultTranslationAffectedOnly();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.