Overrides EntityActionDeriverBase::isApplicable
protected function isApplicable(EntityTypeInterface $entity_type) { return $entity_type->entityClassImplements(EntityChangedInterface::class); }