function WorkspaceProviderInterface::entityTranslationInsert
Same name and namespace in other branches
- 11.x core/modules/workspaces/src/Provider/WorkspaceProviderInterface.php \Drupal\workspaces\Provider\WorkspaceProviderInterface::entityTranslationInsert()
Acts after an entity translation has been added.
Parameters
\Drupal\Core\Entity\EntityInterface $translation: The entity translation that was inserted.
1 method overrides WorkspaceProviderInterface::entityTranslationInsert()
- WorkspaceProviderBase::entityTranslationInsert in core/
modules/ workspaces/ src/ Provider/ WorkspaceProviderBase.php - Acts after an entity translation has been added.
File
-
core/
modules/ workspaces/ src/ Provider/ WorkspaceProviderInterface.php, line 98
Class
- WorkspaceProviderInterface
- Provides the interface for workspace providers.
Namespace
Drupal\workspaces\ProviderCode
public function entityTranslationInsert(EntityInterface $translation) : void;
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.